org.mobicents.slee.sippresence.pojo.pidf.geopriv10.basicPolicy
Class LocPolicyType

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.pidf.geopriv10.basicPolicy.LocPolicyType

public class LocPolicyType
extends java.lang.Object

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

retransmissionAllowed

protected java.lang.Boolean retransmissionAllowed

retentionExpiry

protected javax.xml.datatype.XMLGregorianCalendar retentionExpiry

externalRuleset

protected java.lang.String externalRuleset

noteWell

protected Notewell noteWell

any

protected java.util.List<java.lang.Object> any
Constructor Detail

LocPolicyType

public LocPolicyType()
Method Detail

isRetransmissionAllowed

public java.lang.Boolean isRetransmissionAllowed()
Gets the value of the retransmissionAllowed property.

Returns:
possible object is Boolean

setRetransmissionAllowed

public void setRetransmissionAllowed(java.lang.Boolean value)
Sets the value of the retransmissionAllowed property.

Parameters:
value - allowed object is Boolean

getRetentionExpiry

public javax.xml.datatype.XMLGregorianCalendar getRetentionExpiry()
Gets the value of the retentionExpiry property.

Returns:
possible object is XMLGregorianCalendar

setRetentionExpiry

public void setRetentionExpiry(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the retentionExpiry property.

Parameters:
value - allowed object is XMLGregorianCalendar

getExternalRuleset

public java.lang.String getExternalRuleset()
Gets the value of the externalRuleset property.

Returns:
possible object is String

setExternalRuleset

public void setExternalRuleset(java.lang.String value)
Sets the value of the externalRuleset property.

Parameters:
value - allowed object is String

getNoteWell

public Notewell getNoteWell()
Gets the value of the noteWell property.

Returns:
possible object is Notewell

setNoteWell

public void setNoteWell(Notewell value)
Sets the value of the noteWell property.

Parameters:
value - allowed object is Notewell

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any 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 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



Copyright © 2011. All Rights Reserved.