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

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

public class PlaceIs
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"/>
         <element name="audio" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="noisy" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="ok" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="quiet" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="unknown" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="video" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="toobright" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="ok" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="dark" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="unknown" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="text" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="uncomfortable" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="inappropriate" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="ok" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                   <element name="unknown" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </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>
 


Nested Class Summary
static class PlaceIs.Audio
          Java class for anonymous complex type.
static class PlaceIs.Text
          Java class for anonymous complex type.
static class PlaceIs.Video
          Java class for anonymous complex type.
 
Field Summary
protected  PlaceIs.Audio audio
           
protected  javax.xml.datatype.XMLGregorianCalendar from
           
protected  java.lang.String id
           
protected  NoteT note
           
protected  PlaceIs.Text text
           
protected  javax.xml.datatype.XMLGregorianCalendar until
           
protected  PlaceIs.Video video
           
 
Constructor Summary
PlaceIs()
           
 
Method Summary
 PlaceIs.Audio 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.
 PlaceIs.Text getText()
          Gets the value of the text property.
 javax.xml.datatype.XMLGregorianCalendar getUntil()
          Gets the value of the until property.
 PlaceIs.Video getVideo()
          Gets the value of the video property.
 void setAudio(PlaceIs.Audio 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(PlaceIs.Text value)
          Sets the value of the text property.
 void setUntil(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the until property.
 void setVideo(PlaceIs.Video 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

note

protected NoteT note

audio

protected PlaceIs.Audio audio

video

protected PlaceIs.Video video

text

protected PlaceIs.Text text

id

protected java.lang.String id

from

protected javax.xml.datatype.XMLGregorianCalendar from

until

protected javax.xml.datatype.XMLGregorianCalendar until
Constructor Detail

PlaceIs

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

getAudio

public PlaceIs.Audio getAudio()
Gets the value of the audio property.

Returns:
possible object is PlaceIs.Audio

setAudio

public void setAudio(PlaceIs.Audio value)
Sets the value of the audio property.

Parameters:
value - allowed object is PlaceIs.Audio

getVideo

public PlaceIs.Video getVideo()
Gets the value of the video property.

Returns:
possible object is PlaceIs.Video

setVideo

public void setVideo(PlaceIs.Video value)
Sets the value of the video property.

Parameters:
value - allowed object is PlaceIs.Video

getText

public PlaceIs.Text getText()
Gets the value of the text property.

Returns:
possible object is PlaceIs.Text

setText

public void setText(PlaceIs.Text value)
Sets the value of the text property.

Parameters:
value - allowed object is PlaceIs.Text

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getFrom

public javax.xml.datatype.XMLGregorianCalendar getFrom()
Gets the value of the from property.

Returns:
possible object is XMLGregorianCalendar

setFrom

public void setFrom(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the from property.

Parameters:
value - allowed object is XMLGregorianCalendar

getUntil

public javax.xml.datatype.XMLGregorianCalendar getUntil()
Gets the value of the until property.

Returns:
possible object is XMLGregorianCalendar

setUntil

public void setUntil(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the until property.

Parameters:
value - allowed object is XMLGregorianCalendar

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.