|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mobicents.slee.sipevent.server.subscription.eventlist.rlmi.List
public class List
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 ref="{urn:ietf:params:xml:ns:rlmi}name" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:ietf:params:xml:ns:rlmi}resource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="fullState" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="cid" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
cid
|
protected boolean |
fullState
|
protected java.util.List<Name> |
name
|
protected java.util.List<Resource> |
resource
|
protected java.lang.String |
uri
|
protected long |
version
|
| Constructor Summary | |
|---|---|
List()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCid()
Gets the value of the cid property. |
java.util.List<Name> |
getName()
Gets the value of the name 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. |
java.util.List<Resource> |
getResource()
Gets the value of the resource property. |
java.lang.String |
getUri()
Gets the value of the uri property. |
long |
getVersion()
Gets the value of the version property. |
boolean |
isFullState()
Gets the value of the fullState property. |
void |
setCid(java.lang.String value)
Sets the value of the cid property. |
void |
setFullState(boolean value)
Sets the value of the fullState property. |
void |
setUri(java.lang.String value)
Sets the value of the uri property. |
void |
setVersion(long value)
Sets the value of the version 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<Name> name
protected java.util.List<Resource> resource
protected java.lang.String uri
protected long version
protected boolean fullState
protected java.lang.String cid
| Constructor Detail |
|---|
public List()
| Method Detail |
|---|
public java.util.List<Name> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
Name
public java.util.List<Resource> getResource()
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 resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
public java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
Stringpublic long getVersion()
public void setVersion(long value)
public boolean isFullState()
public void setFullState(boolean value)
public java.lang.String getCid()
Stringpublic void setCid(java.lang.String value)
value - allowed object is
Stringpublic 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 | ||||||||