|
||||||||||
| 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.basicPolicy.LocPolicyType
public class LocPolicyType
Java class for locPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="locPolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="retransmission-allowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="retention-expiry" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="external-ruleset" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="note-well" type="{urn:ietf:params:xml:ns:pidf:geopriv10:basicPolicy}notewell" 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 java.lang.String |
externalRuleset
|
protected Notewell |
noteWell
|
protected javax.xml.datatype.XMLGregorianCalendar |
retentionExpiry
|
protected java.lang.Boolean |
retransmissionAllowed
|
| Constructor Summary | |
|---|---|
LocPolicyType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
java.lang.String |
getExternalRuleset()
Gets the value of the externalRuleset property. |
Notewell |
getNoteWell()
Gets the value of the noteWell property. |
javax.xml.datatype.XMLGregorianCalendar |
getRetentionExpiry()
Gets the value of the retentionExpiry property. |
java.lang.Boolean |
isRetransmissionAllowed()
Gets the value of the retransmissionAllowed property. |
void |
setExternalRuleset(java.lang.String value)
Sets the value of the externalRuleset property. |
void |
setNoteWell(Notewell value)
Sets the value of the noteWell property. |
void |
setRetentionExpiry(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the retentionExpiry property. |
void |
setRetransmissionAllowed(java.lang.Boolean value)
Sets the value of the retransmissionAllowed property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean retransmissionAllowed
protected javax.xml.datatype.XMLGregorianCalendar retentionExpiry
protected java.lang.String externalRuleset
protected Notewell noteWell
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public LocPolicyType()
| Method Detail |
|---|
public java.lang.Boolean isRetransmissionAllowed()
Booleanpublic void setRetransmissionAllowed(java.lang.Boolean value)
value - allowed object is
Booleanpublic javax.xml.datatype.XMLGregorianCalendar getRetentionExpiry()
XMLGregorianCalendarpublic void setRetentionExpiry(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getExternalRuleset()
Stringpublic void setExternalRuleset(java.lang.String value)
value - allowed object is
Stringpublic Notewell getNoteWell()
Notewellpublic void setNoteWell(Notewell value)
value - allowed object is
Notewellpublic 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 | |||||||||