|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.rpid.Sphere
public class Sphere
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">
<choice minOccurs="0">
<element name="home" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<element name="work" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<element name="unknown" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
<any/>
</choice>
<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> |
content
|
protected javax.xml.datatype.XMLGregorianCalendar |
from
|
protected java.lang.String |
id
|
protected javax.xml.datatype.XMLGregorianCalendar |
until
|
| Constructor Summary | |
|---|---|
Sphere()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getContent()
Gets the value of the content property. |
javax.xml.datatype.XMLGregorianCalendar |
getFrom()
Gets the value of the from property. |
java.lang.String |
getId()
Gets the value of the id 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. |
javax.xml.datatype.XMLGregorianCalendar |
getUntil()
Gets the value of the until 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 |
setUntil(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the until property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.Object> content
protected java.lang.String id
protected javax.xml.datatype.XMLGregorianCalendar from
protected javax.xml.datatype.XMLGregorianCalendar until
| Constructor Detail |
|---|
public Sphere()
| Method Detail |
|---|
public java.util.List<java.lang.Object> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
Element
JAXBElement<Empty >
JAXBElement<Empty >
Object
JAXBElement<Empty >
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 | |||||||||