|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.metadata.AffiliationDescriptorType
public class AffiliationDescriptorType
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>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
affiliateMember
|
protected java.lang.String |
affiliationOwnerID
|
protected javax.xml.datatype.Duration |
cacheDuration
|
protected ExtensionsType |
extensions
|
protected java.lang.String |
id
|
protected java.util.List<KeyDescriptorType> |
keyDescriptor
|
protected SignatureType |
signature
|
protected javax.xml.datatype.XMLGregorianCalendar |
validUntil
|
| Constructor Summary | |
|---|---|
AffiliationDescriptorType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAffiliateMember()
Gets the value of the affiliateMember property. |
java.lang.String |
getAffiliationOwnerID()
Gets the value of the affiliationOwnerID property. |
javax.xml.datatype.Duration |
getCacheDuration()
Gets the value of the cacheDuration property. |
ExtensionsType |
getExtensions()
Gets the value of the extensions property. |
java.lang.String |
getID()
Gets the value of the id property. |
java.util.List<KeyDescriptorType> |
getKeyDescriptor()
Gets the value of the keyDescriptor property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
SignatureType |
getSignature()
Gets the value of the signature property. |
javax.xml.datatype.XMLGregorianCalendar |
getValidUntil()
Gets the value of the validUntil property. |
void |
setAffiliationOwnerID(java.lang.String value)
Sets the value of the affiliationOwnerID property. |
void |
setCacheDuration(javax.xml.datatype.Duration value)
Sets the value of the cacheDuration property. |
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property. |
void |
setID(java.lang.String value)
Sets the value of the id property. |
void |
setSignature(SignatureType value)
Sets the value of the signature property. |
void |
setValidUntil(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validUntil property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SignatureType signature
protected ExtensionsType extensions
protected java.util.List<java.lang.String> affiliateMember
protected java.util.List<KeyDescriptorType> keyDescriptor
protected java.lang.String affiliationOwnerID
protected javax.xml.datatype.XMLGregorianCalendar validUntil
protected javax.xml.datatype.Duration cacheDuration
protected java.lang.String id
| Constructor Detail |
|---|
public AffiliationDescriptorType()
| Method Detail |
|---|
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 java.util.List<java.lang.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 java.util.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 java.lang.String getAffiliationOwnerID()
Stringpublic void setAffiliationOwnerID(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getValidUntil()
XMLGregorianCalendarpublic void setValidUntil(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.Duration getCacheDuration()
Durationpublic void setCacheDuration(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||