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">
<choice>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}BaseID"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/>
</choice>
<attribute name="DelegationInstant" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="ConfirmationMethod" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BaseIDAbstractType |
baseID |
protected String |
confirmationMethod |
protected XMLGregorianCalendar |
delegationInstant |
protected EncryptedElementType |
encryptedID |
protected NameIDType |
nameID |
| Constructor and Description |
|---|
DelegateType() |
| Modifier and Type | Method and Description |
|---|---|
BaseIDAbstractType |
getBaseID()
Gets the value of the baseID property.
|
String |
getConfirmationMethod()
Gets the value of the confirmationMethod property.
|
XMLGregorianCalendar |
getDelegationInstant()
Gets the value of the delegationInstant property.
|
EncryptedElementType |
getEncryptedID()
Gets the value of the encryptedID property.
|
NameIDType |
getNameID()
Gets the value of the nameID property.
|
void |
setBaseID(BaseIDAbstractType value)
Sets the value of the baseID property.
|
void |
setConfirmationMethod(String value)
Sets the value of the confirmationMethod property.
|
void |
setDelegationInstant(XMLGregorianCalendar value)
Sets the value of the delegationInstant property.
|
void |
setEncryptedID(EncryptedElementType value)
Sets the value of the encryptedID property.
|
void |
setNameID(NameIDType value)
Sets the value of the nameID property.
|
protected BaseIDAbstractType baseID
protected NameIDType nameID
protected EncryptedElementType encryptedID
protected XMLGregorianCalendar delegationInstant
protected String confirmationMethod
public BaseIDAbstractType getBaseID()
BaseIDAbstractTypepublic void setBaseID(BaseIDAbstractType value)
value - allowed object is
BaseIDAbstractTypepublic NameIDType getNameID()
NameIDTypepublic void setNameID(NameIDType value)
value - allowed object is
NameIDTypepublic EncryptedElementType getEncryptedID()
EncryptedElementTypepublic void setEncryptedID(EncryptedElementType value)
value - allowed object is
EncryptedElementTypepublic XMLGregorianCalendar getDelegationInstant()
XMLGregorianCalendarpublic void setDelegationInstant(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getConfirmationMethod()
StringCopyright © 2020 Open eHealth Foundation. All rights reserved.