Class RoleDescriptorType
- java.lang.Object
-
- org.certificateservices.messages.saml2.metadata.jaxb.RoleDescriptorType
-
- Direct Known Subclasses:
AttributeAuthorityDescriptorType,AuthnAuthorityDescriptorType,PDPDescriptorType,SSODescriptorType
public abstract class RoleDescriptorType extends java.lang.ObjectJava class for RoleDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoleDescriptorType"> <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}KeyDescriptor" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}Organization" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ContactPerson" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="cacheDuration" type="{http://www.w3.org/2001/XMLSchema}duration" /> <attribute name="protocolSupportEnumeration" use="required" type="{urn:oasis:names:tc:SAML:2.0:metadata}anyURIListType" /> <attribute name="errorURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.DurationcacheDurationprotected java.util.List<ContactType>contactPersonprotected java.lang.StringerrorURLprotected ExtensionsTypeextensionsprotected java.lang.Stringidprotected java.util.List<KeyDescriptorType>keyDescriptorprotected OrganizationTypeorganizationprotected java.util.List<java.lang.String>protocolSupportEnumerationprotected SignatureTypesignatureprotected javax.xml.datatype.XMLGregorianCalendarvalidUntil
-
Constructor Summary
Constructors Constructor Description RoleDescriptorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.DurationgetCacheDuration()Gets the value of the cacheDuration property.java.util.List<ContactType>getContactPerson()Gets the value of the contactPerson property.java.lang.StringgetErrorURL()Gets the value of the errorURL property.ExtensionsTypegetExtensions()Gets the value of the extensions property.java.lang.StringgetID()Gets the value of the id property.java.util.List<KeyDescriptorType>getKeyDescriptor()Gets the value of the keyDescriptor property.OrganizationTypegetOrganization()Gets the value of the organization 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.java.util.List<java.lang.String>getProtocolSupportEnumeration()Gets the value of the protocolSupportEnumeration property.SignatureTypegetSignature()Gets the value of the signature property.javax.xml.datatype.XMLGregorianCalendargetValidUntil()Gets the value of the validUntil property.voidsetCacheDuration(javax.xml.datatype.Duration value)Sets the value of the cacheDuration property.voidsetErrorURL(java.lang.String value)Sets the value of the errorURL property.voidsetExtensions(ExtensionsType value)Sets the value of the extensions property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetOrganization(OrganizationType value)Sets the value of the organization property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetValidUntil(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the validUntil property.
-
-
-
Field Detail
-
signature
protected SignatureType signature
-
extensions
protected ExtensionsType extensions
-
keyDescriptor
protected java.util.List<KeyDescriptorType> keyDescriptor
-
organization
protected OrganizationType organization
-
contactPerson
protected java.util.List<ContactType> contactPerson
-
id
protected java.lang.String id
-
validUntil
protected javax.xml.datatype.XMLGregorianCalendar validUntil
-
cacheDuration
protected javax.xml.datatype.Duration cacheDuration
-
protocolSupportEnumeration
protected java.util.List<java.lang.String> protocolSupportEnumeration
-
errorURL
protected java.lang.String errorURL
-
-
Method Detail
-
getSignature
public SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getExtensions
public ExtensionsType getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
public void setExtensions(ExtensionsType value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsType
-
getKeyDescriptor
public java.util.List<KeyDescriptorType> getKeyDescriptor()
Gets the value of the keyDescriptor property.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
setmethod 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
-
getOrganization
public OrganizationType getOrganization()
Gets the value of the organization property.- Returns:
- possible object is
OrganizationType
-
setOrganization
public void setOrganization(OrganizationType value)
Sets the value of the organization property.- Parameters:
value- allowed object isOrganizationType
-
getContactPerson
public java.util.List<ContactType> getContactPerson()
Gets the value of the contactPerson property.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
setmethod for the contactPerson property.For example, to add a new item, do as follows:
getContactPerson().add(newItem);Objects of the following type(s) are allowed in the list
ContactType
-
getID
public java.lang.String getID()
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
public void setID(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getValidUntil
public javax.xml.datatype.XMLGregorianCalendar getValidUntil()
Gets the value of the validUntil property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidUntil
public void setValidUntil(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validUntil property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCacheDuration
public javax.xml.datatype.Duration getCacheDuration()
Gets the value of the cacheDuration property.- Returns:
- possible object is
Duration
-
setCacheDuration
public void setCacheDuration(javax.xml.datatype.Duration value)
Sets the value of the cacheDuration property.- Parameters:
value- allowed object isDuration
-
getProtocolSupportEnumeration
public java.util.List<java.lang.String> getProtocolSupportEnumeration()
Gets the value of the protocolSupportEnumeration property.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
setmethod for the protocolSupportEnumeration property.For example, to add a new item, do as follows:
getProtocolSupportEnumeration().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getErrorURL
public java.lang.String getErrorURL()
Gets the value of the errorURL property.- Returns:
- possible object is
String
-
setErrorURL
public void setErrorURL(java.lang.String value)
Sets the value of the errorURL property.- Parameters:
value- allowed object isString
-
getOtherAttributes
public 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.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.
- Returns:
- always non-null
-
-