Class EntitiesDescriptorType
- java.lang.Object
-
- org.certificateservices.messages.saml2.metadata.jaxb.EntitiesDescriptorType
-
public class EntitiesDescriptorType extends java.lang.ObjectJava class for EntitiesDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntitiesDescriptorType"> <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"/> <choice maxOccurs="unbounded"> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}EntityDescriptor"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}EntitiesDescriptor"/> </choice> </sequence> <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" /> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.DurationcacheDurationprotected java.util.List<java.lang.Object>entityDescriptorOrEntitiesDescriptorprotected ExtensionsTypeextensionsprotected java.lang.Stringidprotected java.lang.Stringnameprotected SignatureTypesignatureprotected javax.xml.datatype.XMLGregorianCalendarvalidUntil
-
Constructor Summary
Constructors Constructor Description EntitiesDescriptorType()
-
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<java.lang.Object>getEntityDescriptorOrEntitiesDescriptor()Gets the value of the entityDescriptorOrEntitiesDescriptor property.ExtensionsTypegetExtensions()Gets the value of the extensions property.java.lang.StringgetID()Gets the value of the id property.java.lang.StringgetName()Gets the value of the name 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.voidsetExtensions(ExtensionsType value)Sets the value of the extensions property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetName(java.lang.String value)Sets the value of the name 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
-
entityDescriptorOrEntitiesDescriptor
protected java.util.List<java.lang.Object> entityDescriptorOrEntitiesDescriptor
-
validUntil
protected javax.xml.datatype.XMLGregorianCalendar validUntil
-
cacheDuration
protected javax.xml.datatype.Duration cacheDuration
-
id
protected java.lang.String id
-
name
protected java.lang.String name
-
-
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
-
getEntityDescriptorOrEntitiesDescriptor
public java.util.List<java.lang.Object> getEntityDescriptorOrEntitiesDescriptor()
Gets the value of the entityDescriptorOrEntitiesDescriptor 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 entityDescriptorOrEntitiesDescriptor property.For example, to add a new item, do as follows:
getEntityDescriptorOrEntitiesDescriptor().add(newItem);Objects of the following type(s) are allowed in the list
EntityDescriptorTypeEntitiesDescriptorType
-
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
-
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
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
-