|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.pidf.geopriv10.Geopriv
public class Geopriv
Java class for geopriv complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="geopriv">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location-info" type="{urn:ietf:params:xml:ns:pidf:geopriv10}locInfoType"/>
<element name="usage-rules" type="{urn:ietf:params:xml:ns:pidf:geopriv10:basicPolicy}locPolicyType"/>
<element name="method" type="{urn:ietf:params:xml:ns:pidf:geopriv10}locMethod" minOccurs="0"/>
<element name="provided-by" type="{urn:ietf:params:xml:ns:pidf:geopriv10}locProvidedBy" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
any
|
protected LocInfoType |
locationInfo
|
protected LocMethod |
method
|
protected LocProvidedBy |
providedBy
|
protected LocPolicyType |
usageRules
|
| Constructor Summary | |
|---|---|
Geopriv()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
LocInfoType |
getLocationInfo()
Gets the value of the locationInfo property. |
LocMethod |
getMethod()
Gets the value of the method property. |
LocProvidedBy |
getProvidedBy()
Gets the value of the providedBy property. |
LocPolicyType |
getUsageRules()
Gets the value of the usageRules property. |
void |
setLocationInfo(LocInfoType value)
Sets the value of the locationInfo property. |
void |
setMethod(LocMethod value)
Sets the value of the method property. |
void |
setProvidedBy(LocProvidedBy value)
Sets the value of the providedBy property. |
void |
setUsageRules(LocPolicyType value)
Sets the value of the usageRules property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LocInfoType locationInfo
protected LocPolicyType usageRules
protected LocMethod method
protected LocProvidedBy providedBy
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public Geopriv()
| Method Detail |
|---|
public LocInfoType getLocationInfo()
LocInfoTypepublic void setLocationInfo(LocInfoType value)
value - allowed object is
LocInfoTypepublic LocPolicyType getUsageRules()
LocPolicyTypepublic void setUsageRules(LocPolicyType value)
value - allowed object is
LocPolicyTypepublic LocMethod getMethod()
LocMethodpublic void setMethod(LocMethod value)
value - allowed object is
LocMethodpublic LocProvidedBy getProvidedBy()
LocProvidedBypublic void setProvidedBy(LocProvidedBy value)
value - allowed object is
LocProvidedBypublic java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||