oasis.names.tc.saml._2_0.metadata
Class EntitiesDescriptor

java.lang.Object
  extended by oasis.names.tc.saml._2_0.metadata.EntitiesDescriptor
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:12:37+02:00",
           comments="JAXB RI v2.2.6")
public class EntitiesDescriptor
extends Object
implements Serializable

Java 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>
 

See Also:
Serialized Form

Constructor Summary
EntitiesDescriptor()
           
 
Method Summary
 Duration getCacheDuration()
          Gets the value of the cacheDuration property.
 List<Serializable> getEntityDescriptorsAndEntitiesDescriptors()
          Gets the value of the entityDescriptorsAndEntitiesDescriptors property.
 Extensions getExtensions()
          Gets the value of the extensions property.
 String getID()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 Signature getSignature()
          Gets the value of the signature property.
 org.joda.time.DateTime getValidUntil()
          Gets the value of the validUntil property.
 void setCacheDuration(Duration value)
          Sets the value of the cacheDuration property.
 void setExtensions(Extensions value)
          Sets the value of the extensions property.
 void setID(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setSignature(Signature value)
          Sets the value of the signature property.
 void setValidUntil(org.joda.time.DateTime value)
          Sets the value of the validUntil property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntitiesDescriptor

public EntitiesDescriptor()
Method Detail

getSignature

public Signature getSignature()
Gets the value of the signature property.

Returns:
possible object is Signature

setSignature

public void setSignature(Signature value)
Sets the value of the signature property.

Parameters:
value - allowed object is Signature

getExtensions

public Extensions getExtensions()
Gets the value of the extensions property.

Returns:
possible object is Extensions

setExtensions

public void setExtensions(Extensions value)
Sets the value of the extensions property.

Parameters:
value - allowed object is Extensions

getEntityDescriptorsAndEntitiesDescriptors

public List<Serializable> getEntityDescriptorsAndEntitiesDescriptors()
Gets the value of the entityDescriptorsAndEntitiesDescriptors 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 set method for the entityDescriptorsAndEntitiesDescriptors property.

For example, to add a new item, do as follows:

    getEntityDescriptorsAndEntitiesDescriptors().add(newItem);
 

Objects of the following type(s) are allowed in the list EntityDescriptor EntitiesDescriptor


getValidUntil

public org.joda.time.DateTime getValidUntil()
Gets the value of the validUntil property.

Returns:
possible object is String

setValidUntil

public void setValidUntil(org.joda.time.DateTime value)
Sets the value of the validUntil property.

Parameters:
value - allowed object is String

getCacheDuration

public Duration getCacheDuration()
Gets the value of the cacheDuration property.

Returns:
possible object is Duration

setCacheDuration

public void setCacheDuration(Duration value)
Sets the value of the cacheDuration property.

Parameters:
value - allowed object is Duration

getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.