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

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

public class Methodtypes
extends java.lang.Object

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

ack

protected java.lang.String ack

bye

protected java.lang.String bye

cancel

protected java.lang.String cancel

info

protected java.lang.String info

invite

protected java.lang.String invite

message

protected java.lang.String message

notify

protected java.lang.String notify

options

protected java.lang.String options

prack

protected java.lang.String prack

publish

protected java.lang.String publish

refer

protected java.lang.String refer

register

protected java.lang.String register

subscribe

protected java.lang.String subscribe

update

protected java.lang.String update

any

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

Methodtypes

public Methodtypes()
Method Detail

getACK

public java.lang.String getACK()
Gets the value of the ack property.

Returns:
possible object is String

setACK

public void setACK(java.lang.String value)
Sets the value of the ack property.

Parameters:
value - allowed object is String

getBYE

public java.lang.String getBYE()
Gets the value of the bye property.

Returns:
possible object is String

setBYE

public void setBYE(java.lang.String value)
Sets the value of the bye property.

Parameters:
value - allowed object is String

getCANCEL

public java.lang.String getCANCEL()
Gets the value of the cancel property.

Returns:
possible object is String

setCANCEL

public void setCANCEL(java.lang.String value)
Sets the value of the cancel property.

Parameters:
value - allowed object is String

getINFO

public java.lang.String getINFO()
Gets the value of the info property.

Returns:
possible object is String

setINFO

public void setINFO(java.lang.String value)
Sets the value of the info property.

Parameters:
value - allowed object is String

getINVITE

public java.lang.String getINVITE()
Gets the value of the invite property.

Returns:
possible object is String

setINVITE

public void setINVITE(java.lang.String value)
Sets the value of the invite property.

Parameters:
value - allowed object is String

getMESSAGE

public java.lang.String getMESSAGE()
Gets the value of the message property.

Returns:
possible object is String

setMESSAGE

public void setMESSAGE(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getNOTIFY

public java.lang.String getNOTIFY()
Gets the value of the notify property.

Returns:
possible object is String

setNOTIFY

public void setNOTIFY(java.lang.String value)
Sets the value of the notify property.

Parameters:
value - allowed object is String

getOPTIONS

public java.lang.String getOPTIONS()
Gets the value of the options property.

Returns:
possible object is String

setOPTIONS

public void setOPTIONS(java.lang.String value)
Sets the value of the options property.

Parameters:
value - allowed object is String

getPRACK

public java.lang.String getPRACK()
Gets the value of the prack property.

Returns:
possible object is String

setPRACK

public void setPRACK(java.lang.String value)
Sets the value of the prack property.

Parameters:
value - allowed object is String

getPUBLISH

public java.lang.String getPUBLISH()
Gets the value of the publish property.

Returns:
possible object is String

setPUBLISH

public void setPUBLISH(java.lang.String value)
Sets the value of the publish property.

Parameters:
value - allowed object is String

getREFER

public java.lang.String getREFER()
Gets the value of the refer property.

Returns:
possible object is String

setREFER

public void setREFER(java.lang.String value)
Sets the value of the refer property.

Parameters:
value - allowed object is String

getREGISTER

public java.lang.String getREGISTER()
Gets the value of the register property.

Returns:
possible object is String

setREGISTER

public void setREGISTER(java.lang.String value)
Sets the value of the register property.

Parameters:
value - allowed object is String

getSUBSCRIBE

public java.lang.String getSUBSCRIBE()
Gets the value of the subscribe property.

Returns:
possible object is String

setSUBSCRIBE

public void setSUBSCRIBE(java.lang.String value)
Sets the value of the subscribe property.

Parameters:
value - allowed object is String

getUPDATE

public java.lang.String getUPDATE()
Gets the value of the update property.

Returns:
possible object is String

setUPDATE

public void setUPDATE(java.lang.String value)
Sets the value of the update property.

Parameters:
value - allowed object is String

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.