|
||||||||||
| 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.Methodtypes
public class Methodtypes
Java class for methodtypes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="methodtypes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ACK" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BYE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CANCEL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="INFO" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="INVITE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MESSAGE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NOTIFY" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OPTIONS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PRACK" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PUBLISH" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="REFER" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="REGISTER" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SUBSCRIBE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UPDATE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
ack
|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
bye
|
protected java.lang.String |
cancel
|
protected java.lang.String |
info
|
protected java.lang.String |
invite
|
protected java.lang.String |
message
|
protected java.lang.String |
notify
|
protected java.lang.String |
options
|
protected java.lang.String |
prack
|
protected java.lang.String |
publish
|
protected java.lang.String |
refer
|
protected java.lang.String |
register
|
protected java.lang.String |
subscribe
|
protected java.lang.String |
update
|
| Constructor Summary | |
|---|---|
Methodtypes()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getACK()
Gets the value of the ack property. |
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
java.lang.String |
getBYE()
Gets the value of the bye property. |
java.lang.String |
getCANCEL()
Gets the value of the cancel property. |
java.lang.String |
getINFO()
Gets the value of the info property. |
java.lang.String |
getINVITE()
Gets the value of the invite property. |
java.lang.String |
getMESSAGE()
Gets the value of the message property. |
java.lang.String |
getNOTIFY()
Gets the value of the notify property. |
java.lang.String |
getOPTIONS()
Gets the value of the options property. |
java.lang.String |
getPRACK()
Gets the value of the prack property. |
java.lang.String |
getPUBLISH()
Gets the value of the publish property. |
java.lang.String |
getREFER()
Gets the value of the refer property. |
java.lang.String |
getREGISTER()
Gets the value of the register property. |
java.lang.String |
getSUBSCRIBE()
Gets the value of the subscribe property. |
java.lang.String |
getUPDATE()
Gets the value of the update property. |
void |
setACK(java.lang.String value)
Sets the value of the ack property. |
void |
setBYE(java.lang.String value)
Sets the value of the bye property. |
void |
setCANCEL(java.lang.String value)
Sets the value of the cancel property. |
void |
setINFO(java.lang.String value)
Sets the value of the info property. |
void |
setINVITE(java.lang.String value)
Sets the value of the invite property. |
void |
setMESSAGE(java.lang.String value)
Sets the value of the message property. |
void |
setNOTIFY(java.lang.String value)
Sets the value of the notify property. |
void |
setOPTIONS(java.lang.String value)
Sets the value of the options property. |
void |
setPRACK(java.lang.String value)
Sets the value of the prack property. |
void |
setPUBLISH(java.lang.String value)
Sets the value of the publish property. |
void |
setREFER(java.lang.String value)
Sets the value of the refer property. |
void |
setREGISTER(java.lang.String value)
Sets the value of the register property. |
void |
setSUBSCRIBE(java.lang.String value)
Sets the value of the subscribe property. |
void |
setUPDATE(java.lang.String value)
Sets the value of the update property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String ack
protected java.lang.String bye
protected java.lang.String cancel
protected java.lang.String info
protected java.lang.String invite
protected java.lang.String message
protected java.lang.String notify
protected java.lang.String options
protected java.lang.String prack
protected java.lang.String publish
protected java.lang.String refer
protected java.lang.String register
protected java.lang.String subscribe
protected java.lang.String update
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public Methodtypes()
| Method Detail |
|---|
public java.lang.String getACK()
Stringpublic void setACK(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBYE()
Stringpublic void setBYE(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCANCEL()
Stringpublic void setCANCEL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getINFO()
Stringpublic void setINFO(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getINVITE()
Stringpublic void setINVITE(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMESSAGE()
Stringpublic void setMESSAGE(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNOTIFY()
Stringpublic void setNOTIFY(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOPTIONS()
Stringpublic void setOPTIONS(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPRACK()
Stringpublic void setPRACK(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPUBLISH()
Stringpublic void setPUBLISH(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getREFER()
Stringpublic void setREFER(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getREGISTER()
Stringpublic void setREGISTER(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSUBSCRIBE()
Stringpublic void setSUBSCRIBE(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUPDATE()
Stringpublic void setUPDATE(java.lang.String value)
value - allowed object is
Stringpublic 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 | |||||||||