org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy
Class IdentityType
java.lang.Object
org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy.IdentityType
public class IdentityType
- extends java.lang.Object
Java class for identityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="identityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="one" type="{urn:ietf:params:xml:ns:common-policy}oneType"/>
<element name="many" type="{urn:ietf:params:xml:ns:common-policy}manyType"/>
<any/>
</choice>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected java.util.List<java.lang.Object> |
oneOrManyOrAny
|
|
Method Summary |
java.util.List<java.lang.Object> |
getOneOrManyOrAny()
Gets the value of the oneOrManyOrAny property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oneOrManyOrAny
protected java.util.List<java.lang.Object> oneOrManyOrAny
IdentityType
public IdentityType()
getOneOrManyOrAny
public java.util.List<java.lang.Object> getOneOrManyOrAny()
- Gets the value of the oneOrManyOrAny 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 oneOrManyOrAny property.
For example, to add a new item, do as follows:
getOneOrManyOrAny().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<OneType>
Object
Element
JAXBElement<ManyType>
Copyright © 2011. All Rights Reserved.