org.mobicents.slee.sippresence.pojo.pidf.uacaps
Class Prioritytypes

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.pidf.uacaps.Prioritytypes

public class Prioritytypes
extends java.lang.Object

Java class for prioritytypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="prioritytypes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="equals" type="{urn:ietf:params:xml:ns:pidf:caps}equalstype" maxOccurs="unbounded" minOccurs="0"/>
         <element name="higherhan" type="{urn:ietf:params:xml:ns:pidf:caps}higherthantype" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lowerthan" type="{urn:ietf:params:xml:ns:pidf:caps}lowerthantype" maxOccurs="unbounded" minOccurs="0"/>
         <element name="range" type="{urn:ietf:params:xml:ns:pidf:caps}rangetype" maxOccurs="unbounded" 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.util.List<Equalstype> equals
           
protected  java.util.List<Higherthantype> higherhan
           
protected  java.util.List<Lowerthantype> lowerthan
           
protected  java.util.List<Rangetype> range
           
 
Constructor Summary
Prioritytypes()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.util.List<Equalstype> getEquals()
          Gets the value of the equals property.
 java.util.List<Higherthantype> getHigherhan()
          Gets the value of the higherhan property.
 java.util.List<Lowerthantype> getLowerthan()
          Gets the value of the lowerthan property.
 java.util.List<Rangetype> getRange()
          Gets the value of the range property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

equals

protected java.util.List<Equalstype> equals

higherhan

protected java.util.List<Higherthantype> higherhan

lowerthan

protected java.util.List<Lowerthantype> lowerthan

range

protected java.util.List<Rangetype> range

any

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

Prioritytypes

public Prioritytypes()
Method Detail

getEquals

public java.util.List<Equalstype> getEquals()
Gets the value of the equals 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 equals property.

For example, to add a new item, do as follows:

    getEquals().add(newItem);
 

Objects of the following type(s) are allowed in the list Equalstype


getHigherhan

public java.util.List<Higherthantype> getHigherhan()
Gets the value of the higherhan 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 higherhan property.

For example, to add a new item, do as follows:

    getHigherhan().add(newItem);
 

Objects of the following type(s) are allowed in the list Higherthantype


getLowerthan

public java.util.List<Lowerthantype> getLowerthan()
Gets the value of the lowerthan 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 lowerthan property.

For example, to add a new item, do as follows:

    getLowerthan().add(newItem);
 

Objects of the following type(s) are allowed in the list Lowerthantype


getRange

public java.util.List<Rangetype> getRange()
Gets the value of the range 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 range property.

For example, to add a new item, do as follows:

    getRange().add(newItem);
 

Objects of the following type(s) are allowed in the list Rangetype


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.