|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxdm.xcap.client.appusage.presrules.jaxb.ProvidePersonPermission
public class ProvidePersonPermission
Java class for providePersonPermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="providePersonPermission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="all-persons">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<sequence maxOccurs="unbounded" minOccurs="0">
<choice>
<element ref="{urn:ietf:params:xml:ns:pres-rules}occurrence-id"/>
<element ref="{urn:ietf:params:xml:ns:pres-rules}class"/>
<any/>
</choice>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ProvidePersonPermission.AllPersons
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ProvidePersonPermission.AllPersons |
allPersons
|
protected java.util.List<java.lang.Object> |
occurrenceIdOrClazzOrAny
|
| Constructor Summary | |
|---|---|
ProvidePersonPermission()
|
|
| Method Summary | |
|---|---|
ProvidePersonPermission.AllPersons |
getAllPersons()
Gets the value of the allPersons property. |
java.util.List<java.lang.Object> |
getOccurrenceIdOrClazzOrAny()
Gets the value of the occurrenceIdOrClazzOrAny property. |
void |
setAllPersons(ProvidePersonPermission.AllPersons value)
Sets the value of the allPersons property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ProvidePersonPermission.AllPersons allPersons
protected java.util.List<java.lang.Object> occurrenceIdOrClazzOrAny
| Constructor Detail |
|---|
public ProvidePersonPermission()
| Method Detail |
|---|
public ProvidePersonPermission.AllPersons getAllPersons()
ProvidePersonPermission.AllPersonspublic void setAllPersons(ProvidePersonPermission.AllPersons value)
value - allowed object is
ProvidePersonPermission.AllPersonspublic java.util.List<java.lang.Object> getOccurrenceIdOrClazzOrAny()
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 occurrenceIdOrClazzOrAny property.
For example, to add a new item, do as follows:
getOccurrenceIdOrClazzOrAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
JAXBElement<String>
Element
JAXBElement<String>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||