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

java.lang.Object
  extended by oasis.names.tc.saml._2_0.metadata.RoleDescriptorType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeAuthorityDescriptor, AuthnAuthorityDescriptor, PDPDescriptor, SSODescriptorType

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

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

See Also:
Serialized Form

Constructor Summary
RoleDescriptorType()
           
 
Method Summary
 Duration getCacheDuration()
          Gets the value of the cacheDuration property.
 List<ContactPerson> getContactPersons()
          Gets the value of the contactPersons property.
 String getErrorURL()
          Gets the value of the errorURL property.
 Extensions getExtensions()
          Gets the value of the extensions property.
 String getID()
          Gets the value of the id property.
 List<KeyDescriptor> getKeyDescriptors()
          Gets the value of the keyDescriptors property.
 Organization getOrganization()
          Gets the value of the organization property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 List<String> getProtocolSupportEnumerations()
          Gets the value of the protocolSupportEnumerations 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 setErrorURL(String value)
          Sets the value of the errorURL property.
 void setExtensions(Extensions value)
          Sets the value of the extensions property.
 void setID(String value)
          Sets the value of the id property.
 void setOrganization(Organization value)
          Sets the value of the organization 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

RoleDescriptorType

public RoleDescriptorType()
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

getKeyDescriptors

public List<KeyDescriptor> getKeyDescriptors()
Gets the value of the keyDescriptors 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 keyDescriptors property.

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

    getKeyDescriptors().add(newItem);
 

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


getOrganization

public Organization getOrganization()
Gets the value of the organization property.

Returns:
possible object is Organization

setOrganization

public void setOrganization(Organization value)
Sets the value of the organization property.

Parameters:
value - allowed object is Organization

getContactPersons

public List<ContactPerson> getContactPersons()
Gets the value of the contactPersons 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 contactPersons property.

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

    getContactPersons().add(newItem);
 

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


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

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

getProtocolSupportEnumerations

public List<String> getProtocolSupportEnumerations()
Gets the value of the protocolSupportEnumerations 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 protocolSupportEnumerations property.

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

    getProtocolSupportEnumerations().add(newItem);
 

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


getErrorURL

public String getErrorURL()
Gets the value of the errorURL property.

Returns:
possible object is String

setErrorURL

public void setErrorURL(String value)
Sets the value of the errorURL property.

Parameters:
value - allowed object is String

getOtherAttributes

public Map<QName,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



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