|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.saml.internal.saml11.jaxb20.ConditionsType
public class ConditionsType
Java class for ConditionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AudienceRestrictionCondition"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}DoNotCacheCondition"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Condition"/>
</choice>
<attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<ConditionAbstractType> |
audienceRestrictionConditionOrDoNotCacheConditionOrCondition
|
protected javax.xml.datatype.XMLGregorianCalendar |
notBefore
|
protected javax.xml.datatype.XMLGregorianCalendar |
notOnOrAfter
|
| Constructor Summary | |
|---|---|
ConditionsType()
|
|
| Method Summary | |
|---|---|
java.util.List<ConditionAbstractType> |
getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition()
Gets the value of the audienceRestrictionConditionOrDoNotCacheConditionOrCondition property. |
javax.xml.datatype.XMLGregorianCalendar |
getNotBefore()
Gets the value of the notBefore property. |
javax.xml.datatype.XMLGregorianCalendar |
getNotOnOrAfter()
Gets the value of the notOnOrAfter property. |
void |
setNotBefore(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the notBefore property. |
void |
setNotOnOrAfter(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<ConditionAbstractType> audienceRestrictionConditionOrDoNotCacheConditionOrCondition
protected javax.xml.datatype.XMLGregorianCalendar notBefore
protected javax.xml.datatype.XMLGregorianCalendar notOnOrAfter
| Constructor Detail |
|---|
public ConditionsType()
| Method Detail |
|---|
public java.util.List<ConditionAbstractType> getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition()
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 audienceRestrictionConditionOrDoNotCacheConditionOrCondition property.
For example, to add a new item, do as follows:
getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition().add(newItem);
Objects of the following type(s) are allowed in the list
DoNotCacheConditionType
AudienceRestrictionConditionType
ConditionAbstractType
public javax.xml.datatype.XMLGregorianCalendar getNotBefore()
XMLGregorianCalendarpublic void setNotBefore(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getNotOnOrAfter()
XMLGregorianCalendarpublic void setNotOnOrAfter(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||