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

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

public class Relationship
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="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

note

protected NoteT note

assistant

protected Empty assistant

associate

protected Empty associate

family

protected Empty family

friend

protected Empty friend

other

protected NoteT other

self

protected Empty self

supervisor

protected Empty supervisor

unknown

protected Empty unknown

any

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

Relationship

public Relationship()
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

getAssistant

public Empty getAssistant()
Gets the value of the assistant property.

Returns:
possible object is Empty

setAssistant

public void setAssistant(Empty value)
Sets the value of the assistant property.

Parameters:
value - allowed object is Empty

getAssociate

public Empty getAssociate()
Gets the value of the associate property.

Returns:
possible object is Empty

setAssociate

public void setAssociate(Empty value)
Sets the value of the associate property.

Parameters:
value - allowed object is Empty

getFamily

public Empty getFamily()
Gets the value of the family property.

Returns:
possible object is Empty

setFamily

public void setFamily(Empty value)
Sets the value of the family property.

Parameters:
value - allowed object is Empty

getFriend

public Empty getFriend()
Gets the value of the friend property.

Returns:
possible object is Empty

setFriend

public void setFriend(Empty value)
Sets the value of the friend property.

Parameters:
value - allowed object is Empty

getOther

public NoteT getOther()
Gets the value of the other property.

Returns:
possible object is NoteT

setOther

public void setOther(NoteT value)
Sets the value of the other property.

Parameters:
value - allowed object is NoteT

getSelf

public Empty getSelf()
Gets the value of the self property.

Returns:
possible object is Empty

setSelf

public void setSelf(Empty value)
Sets the value of the self property.

Parameters:
value - allowed object is Empty

getSupervisor

public Empty getSupervisor()
Gets the value of the supervisor property.

Returns:
possible object is Empty

setSupervisor

public void setSupervisor(Empty value)
Sets the value of the supervisor 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 © 2009. All Rights Reserved.