|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.rpid.ServiceClass
public class ServiceClass
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 |
|---|
protected NoteT note
protected Empty courier
protected Empty electronic
protected Empty freight
protected Empty inPerson
protected Empty postal
protected Empty unknown
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public ServiceClass()
| Method Detail |
|---|
public NoteT getNote()
NoteTpublic void setNote(NoteT value)
value - allowed object is
NoteTpublic Empty getCourier()
Emptypublic void setCourier(Empty value)
value - allowed object is
Emptypublic Empty getElectronic()
Emptypublic void setElectronic(Empty value)
value - allowed object is
Emptypublic Empty getFreight()
Emptypublic void setFreight(Empty value)
value - allowed object is
Emptypublic Empty getInPerson()
Emptypublic void setInPerson(Empty value)
value - allowed object is
Emptypublic Empty getPostal()
Emptypublic void setPostal(Empty value)
value - allowed object is
Emptypublic Empty getUnknown()
Emptypublic void setUnknown(Empty value)
value - allowed object is
Emptypublic 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 | |||||||||