public class DelegateType extends Object
Java class for DelegateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DelegateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
</sequence>
<attribute name="DelegationInstant" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
delegationInstant |
protected NameIDType |
nameID |
| Constructor and Description |
|---|
DelegateType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDelegationInstant()
Gets the value of the delegationInstant property.
|
NameIDType |
getNameID()
Gets the value of the nameID property.
|
void |
setDelegationInstant(XMLGregorianCalendar value)
Sets the value of the delegationInstant property.
|
void |
setNameID(NameIDType value)
Sets the value of the nameID property.
|
protected NameIDType nameID
protected XMLGregorianCalendar delegationInstant
public NameIDType getNameID()
NameIDTypepublic void setNameID(NameIDType value)
value - allowed object is
NameIDTypepublic XMLGregorianCalendar getDelegationInstant()
XMLGregorianCalendarpublic void setDelegationInstant(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.