|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.rpid.Relationship
public class Relationship
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="assistant" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<element name="associate" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<element name="family" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<element name="friend" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<element name="other" type="{urn:ietf:params:xml:ns:pidf:rpid}Note_t" minOccurs="0"/>
<element name="self" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<element name="supervisor" 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 |
assistant
|
protected Empty |
associate
|
protected Empty |
family
|
protected Empty |
friend
|
protected NoteT |
note
|
protected NoteT |
other
|
protected Empty |
self
|
protected Empty |
supervisor
|
protected Empty |
unknown
|
| Constructor Summary | |
|---|---|
Relationship()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
Empty |
getAssistant()
Gets the value of the assistant property. |
Empty |
getAssociate()
Gets the value of the associate property. |
Empty |
getFamily()
Gets the value of the family property. |
Empty |
getFriend()
Gets the value of the friend property. |
NoteT |
getNote()
Gets the value of the note property. |
NoteT |
getOther()
Gets the value of the other property. |
Empty |
getSelf()
Gets the value of the self property. |
Empty |
getSupervisor()
Gets the value of the supervisor property. |
Empty |
getUnknown()
Gets the value of the unknown property. |
void |
setAssistant(Empty value)
Sets the value of the assistant property. |
void |
setAssociate(Empty value)
Sets the value of the associate property. |
void |
setFamily(Empty value)
Sets the value of the family property. |
void |
setFriend(Empty value)
Sets the value of the friend property. |
void |
setNote(NoteT value)
Sets the value of the note property. |
void |
setOther(NoteT value)
Sets the value of the other property. |
void |
setSelf(Empty value)
Sets the value of the self property. |
void |
setSupervisor(Empty value)
Sets the value of the supervisor 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 assistant
protected Empty associate
protected Empty family
protected Empty friend
protected NoteT other
protected Empty self
protected Empty supervisor
protected Empty unknown
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public Relationship()
| Method Detail |
|---|
public NoteT getNote()
NoteTpublic void setNote(NoteT value)
value - allowed object is
NoteTpublic Empty getAssistant()
Emptypublic void setAssistant(Empty value)
value - allowed object is
Emptypublic Empty getAssociate()
Emptypublic void setAssociate(Empty value)
value - allowed object is
Emptypublic Empty getFamily()
Emptypublic void setFamily(Empty value)
value - allowed object is
Emptypublic Empty getFriend()
Emptypublic void setFriend(Empty value)
value - allowed object is
Emptypublic NoteT getOther()
NoteTpublic void setOther(NoteT value)
value - allowed object is
NoteTpublic Empty getSelf()
Emptypublic void setSelf(Empty value)
value - allowed object is
Emptypublic Empty getSupervisor()
Emptypublic void setSupervisor(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 | |||||||||