org.mobicents.slee.sippresence.pojo.rpid
Class ServiceClass

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.rpid.ServiceClass

public class ServiceClass
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="note" type="{urn:ietf:params:xml:ns:pidf:rpid}Note_t" minOccurs="0"/>
         <choice>
           <element name="courier" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
           <element name="electronic" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
           <element name="freight" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
           <element name="in-person" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
           <element name="postal" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
           <element name="unknown" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
           <any/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  Empty courier
           
protected  Empty electronic
           
protected  Empty freight
           
protected  Empty inPerson
           
protected  NoteT note
           
protected  Empty postal
           
protected  Empty unknown
           
 
Constructor Summary
ServiceClass()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 Empty getCourier()
          Gets the value of the courier property.
 Empty getElectronic()
          Gets the value of the electronic property.
 Empty getFreight()
          Gets the value of the freight property.
 Empty getInPerson()
          Gets the value of the inPerson property.
 NoteT getNote()
          Gets the value of the note property.
 Empty getPostal()
          Gets the value of the postal property.
 Empty getUnknown()
          Gets the value of the unknown property.
 void setCourier(Empty value)
          Sets the value of the courier property.
 void setElectronic(Empty value)
          Sets the value of the electronic property.
 void setFreight(Empty value)
          Sets the value of the freight property.
 void setInPerson(Empty value)
          Sets the value of the inPerson property.
 void setNote(NoteT value)
          Sets the value of the note property.
 void setPostal(Empty value)
          Sets the value of the postal property.
 void setUnknown(Empty value)
          Sets the value of the unknown property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

note

protected NoteT note

courier

protected Empty courier

electronic

protected Empty electronic

freight

protected Empty freight

inPerson

protected Empty inPerson

postal

protected Empty postal

unknown

protected Empty unknown

any

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

ServiceClass

public ServiceClass()
Method Detail

getNote

public NoteT getNote()
Gets the value of the note property.

Returns:
possible object is NoteT

setNote

public void setNote(NoteT value)
Sets the value of the note property.

Parameters:
value - allowed object is NoteT

getCourier

public Empty getCourier()
Gets the value of the courier property.

Returns:
possible object is Empty

setCourier

public void setCourier(Empty value)
Sets the value of the courier property.

Parameters:
value - allowed object is Empty

getElectronic

public Empty getElectronic()
Gets the value of the electronic property.

Returns:
possible object is Empty

setElectronic

public void setElectronic(Empty value)
Sets the value of the electronic property.

Parameters:
value - allowed object is Empty

getFreight

public Empty getFreight()
Gets the value of the freight property.

Returns:
possible object is Empty

setFreight

public void setFreight(Empty value)
Sets the value of the freight property.

Parameters:
value - allowed object is Empty

getInPerson

public Empty getInPerson()
Gets the value of the inPerson property.

Returns:
possible object is Empty

setInPerson

public void setInPerson(Empty value)
Sets the value of the inPerson property.

Parameters:
value - allowed object is Empty

getPostal

public Empty getPostal()
Gets the value of the postal property.

Returns:
possible object is Empty

setPostal

public void setPostal(Empty value)
Sets the value of the postal property.

Parameters:
value - allowed object is Empty

getUnknown

public Empty getUnknown()
Gets the value of the unknown property.

Returns:
possible object is Empty

setUnknown

public void setUnknown(Empty value)
Sets the value of the unknown property.

Parameters:
value - allowed object is Empty

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.