public class AffiliationDescriptorType extends TypeWithOtherAttributes
Java class for AffiliationDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffiliationDescriptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}Extensions" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AffiliateMember" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}KeyDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="affiliationOwnerID" use="required" type="{urn:oasis:names:tc:SAML:2.0:metadata}entityIDType"
/>
<attribute name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="cacheDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
affiliateMember |
protected String |
affiliationOwnerID |
protected Duration |
cacheDuration |
protected ExtensionsType |
extensions |
protected String |
id |
protected List<KeyDescriptorType> |
keyDescriptor |
protected SignatureType |
signature |
protected XMLGregorianCalendar |
validUntil |
otherAttributes| Constructor and Description |
|---|
AffiliationDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAffiliateMember()
Gets the value of the affiliateMember property.
|
String |
getAffiliationOwnerID()
Gets the value of the affiliationOwnerID property.
|
Duration |
getCacheDuration()
Gets the value of the cacheDuration property.
|
ExtensionsType |
getExtensions()
Gets the value of the extensions property.
|
String |
getID()
Gets the value of the id property.
|
List<KeyDescriptorType> |
getKeyDescriptor()
Gets the value of the keyDescriptor property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
XMLGregorianCalendar |
getValidUntil()
Gets the value of the validUntil property.
|
void |
setAffiliationOwnerID(String value)
Sets the value of the affiliationOwnerID property.
|
void |
setCacheDuration(Duration value)
Sets the value of the cacheDuration property.
|
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
void |
setValidUntil(XMLGregorianCalendar value)
Sets the value of the validUntil property.
|
addOtherAttribute, getOtherAttributes, removeOtherAttributeprotected SignatureType signature
protected ExtensionsType extensions
protected List<KeyDescriptorType> keyDescriptor
protected String affiliationOwnerID
protected XMLGregorianCalendar validUntil
protected Duration cacheDuration
protected String id
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is SignatureTypepublic ExtensionsType getExtensions()
ExtensionsTypepublic void setExtensions(ExtensionsType value)
value - allowed object is ExtensionsTypepublic List<String> getAffiliateMember()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to
the
returned list will be present inside the JAXB object. This is why there is not a set method for the
affiliateMember property.
For example, to add a new item, do as follows:
getAffiliateMember().add(newItem);
Objects of the following type(s) are allowed in the list String
public List<KeyDescriptorType> getKeyDescriptor()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to
the
returned list will be present inside the JAXB object. This is why there is not a set method for the
keyDescriptor property.
For example, to add a new item, do as follows:
getKeyDescriptor().add(newItem);
Objects of the following type(s) are allowed in the list KeyDescriptorType
public String getAffiliationOwnerID()
Stringpublic void setAffiliationOwnerID(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getValidUntil()
XMLGregorianCalendarpublic void setValidUntil(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic Duration getCacheDuration()
Durationpublic void setCacheDuration(Duration value)
value - allowed object is DurationCopyright © 2021 JBoss by Red Hat. All rights reserved.