org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy
Class ConditionsType
java.lang.Object
org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy.ConditionsType
public class ConditionsType
- extends java.lang.Object
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">
<element name="identity" type="{urn:ietf:params:xml:ns:common-policy}identityType" minOccurs="0"/>
<element name="sphere" type="{urn:ietf:params:xml:ns:common-policy}sphereType" minOccurs="0"/>
<element name="validity" type="{urn:ietf:params:xml:ns:common-policy}validityType" minOccurs="0"/>
<any/>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identityOrSphereOrValidity
protected java.util.List<java.lang.Object> identityOrSphereOrValidity
ConditionsType
public ConditionsType()
getIdentityOrSphereOrValidity
public java.util.List<java.lang.Object> getIdentityOrSphereOrValidity()
- Gets the value of the identityOrSphereOrValidity 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 identityOrSphereOrValidity property.
For example, to add a new item, do as follows:
getIdentityOrSphereOrValidity().add(newItem);
Objects of the following type(s) are allowed in the list
Object
JAXBElement<ValidityType>
JAXBElement<SphereType>
Element
JAXBElement<IdentityType>
Copyright © 2011. All Rights Reserved.