|
||||||||||
| 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.ProvideServicePermission
public class ProvideServicePermission
Java class for provideServicePermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="provideServicePermission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="all-services">
<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}service-uri"/>
<element ref="{urn:ietf:params:xml:ns:pres-rules}service-uri-scheme"/>
<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 |
ProvideServicePermission.AllServices
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ProvideServicePermission.AllServices |
allServices
|
protected java.util.List<java.lang.Object> |
serviceUriOrServiceUriSchemeOrOccurrenceId
|
| Constructor Summary | |
|---|---|
ProvideServicePermission()
|
|
| Method Summary | |
|---|---|
ProvideServicePermission.AllServices |
getAllServices()
Gets the value of the allServices property. |
java.util.List<java.lang.Object> |
getServiceUriOrServiceUriSchemeOrOccurrenceId()
Gets the value of the serviceUriOrServiceUriSchemeOrOccurrenceId property. |
void |
setAllServices(ProvideServicePermission.AllServices value)
Sets the value of the allServices property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ProvideServicePermission.AllServices allServices
protected java.util.List<java.lang.Object> serviceUriOrServiceUriSchemeOrOccurrenceId
| Constructor Detail |
|---|
public ProvideServicePermission()
| Method Detail |
|---|
public ProvideServicePermission.AllServices getAllServices()
ProvideServicePermission.AllServicespublic void setAllServices(ProvideServicePermission.AllServices value)
value - allowed object is
ProvideServicePermission.AllServicespublic java.util.List<java.lang.Object> getServiceUriOrServiceUriSchemeOrOccurrenceId()
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 serviceUriOrServiceUriSchemeOrOccurrenceId property.
For example, to add a new item, do as follows:
getServiceUriOrServiceUriSchemeOrOccurrenceId().add(newItem);
Objects of the following type(s) are allowed in the list
Object
JAXBElement<String>
Element
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||