org.mobicents.slee.sipevent.server.subscription.eventlist.rlmi
Class List

java.lang.Object
  extended by org.mobicents.slee.sipevent.server.subscription.eventlist.rlmi.List

public class List
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 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

name

protected java.util.List<Name> name

resource

protected java.util.List<Resource> resource

uri

protected java.lang.String uri

version

protected long version

fullState

protected boolean fullState

cid

protected java.lang.String cid
Constructor Detail

List

public List()
Method Detail

getName

public java.util.List<Name> getName()
Gets the value of the name 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 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


getResource

public java.util.List<Resource> getResource()
Gets the value of the resource 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 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


getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

getVersion

public long getVersion()
Gets the value of the version property.


setVersion

public void setVersion(long value)
Sets the value of the version property.


isFullState

public boolean isFullState()
Gets the value of the fullState property.


setFullState

public void setFullState(boolean value)
Sets the value of the fullState property.


getCid

public java.lang.String getCid()
Gets the value of the cid property.

Returns:
possible object is String

setCid

public void setCid(java.lang.String value)
Sets the value of the cid property.

Parameters:
value - allowed object is String

getOtherAttributes

public 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.

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.

Returns:
always non-null


Copyright © 2011. All Rights Reserved.