|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.rpid.Privacy
public class Privacy
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="unknown" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<sequence>
<element name="audio" type="{urn:ietf:params:xml:ns:pidf:rpid}empty" minOccurs="0"/>
<element name="text" type="{urn:ietf:params:xml:ns:pidf:rpid}empty" minOccurs="0"/>
<element name="video" type="{urn:ietf:params:xml:ns:pidf:rpid}empty" minOccurs="0"/>
<any/>
</sequence>
</choice>
</sequence>
<attGroup ref="{urn:ietf:params:xml:ns:pidf:rpid}fromUntil"/>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
any
|
protected Empty |
audio
|
protected javax.xml.datatype.XMLGregorianCalendar |
from
|
protected java.lang.String |
id
|
protected NoteT |
note
|
protected Empty |
text
|
protected Empty |
unknown
|
protected javax.xml.datatype.XMLGregorianCalendar |
until
|
protected Empty |
video
|
| Constructor Summary | |
|---|---|
Privacy()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
Empty |
getAudio()
Gets the value of the audio property. |
javax.xml.datatype.XMLGregorianCalendar |
getFrom()
Gets the value of the from property. |
java.lang.String |
getId()
Gets the value of the id property. |
NoteT |
getNote()
Gets the value of the note property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
Empty |
getText()
Gets the value of the text property. |
Empty |
getUnknown()
Gets the value of the unknown property. |
javax.xml.datatype.XMLGregorianCalendar |
getUntil()
Gets the value of the until property. |
Empty |
getVideo()
Gets the value of the video property. |
void |
setAudio(Empty value)
Sets the value of the audio property. |
void |
setFrom(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the from property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setNote(NoteT value)
Sets the value of the note property. |
void |
setText(Empty value)
Sets the value of the text property. |
void |
setUnknown(Empty value)
Sets the value of the unknown property. |
void |
setUntil(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the until property. |
void |
setVideo(Empty value)
Sets the value of the video 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 unknown
protected Empty audio
protected Empty text
protected Empty video
protected java.util.List<java.lang.Object> any
protected java.lang.String id
protected javax.xml.datatype.XMLGregorianCalendar from
protected javax.xml.datatype.XMLGregorianCalendar until
| Constructor Detail |
|---|
public Privacy()
| Method Detail |
|---|
public NoteT getNote()
NoteTpublic void setNote(NoteT value)
value - allowed object is
NoteTpublic Empty getUnknown()
Emptypublic void setUnknown(Empty value)
value - allowed object is
Emptypublic Empty getAudio()
Emptypublic void setAudio(Empty value)
value - allowed object is
Emptypublic Empty getText()
Emptypublic void setText(Empty value)
value - allowed object is
Emptypublic Empty getVideo()
Emptypublic void setVideo(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
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getFrom()
XMLGregorianCalendarpublic void setFrom(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getUntil()
XMLGregorianCalendarpublic void setUntil(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||