|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.pidf.uacaps.Prioritytypes
public class Prioritytypes
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 |
|---|
protected java.util.List<Equalstype> equals
protected java.util.List<Higherthantype> higherhan
protected java.util.List<Lowerthantype> lowerthan
protected java.util.List<Rangetype> range
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public Prioritytypes()
| Method Detail |
|---|
public java.util.List<Equalstype> getEquals()
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
public java.util.List<Higherthantype> getHigherhan()
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
public java.util.List<Lowerthantype> getLowerthan()
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
public java.util.List<Rangetype> getRange()
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
public 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 | |||||||||