org.exoplatform.portlet2.nov
Class Call

java.lang.Object
  extended by org.exoplatform.portlet2.nov.Call

public class Call
extends java.lang.Object

Java class for Call complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Call">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="voice" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int phone
           
protected  java.lang.String voice
           
 
Constructor Summary
Call()
           
 
Method Summary
 int getPhone()
          Gets the value of the phone property.
 java.lang.String getVoice()
          Gets the value of the voice property.
 void setPhone(int value)
          Sets the value of the phone property.
 void setVoice(java.lang.String value)
          Sets the value of the voice property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phone

protected int phone

voice

protected java.lang.String voice
Constructor Detail

Call

public Call()
Method Detail

getPhone

public int getPhone()
Gets the value of the phone property.


setPhone

public void setPhone(int value)
Sets the value of the phone property.


getVoice

public java.lang.String getVoice()
Gets the value of the voice property.

Returns:
possible object is String

setVoice

public void setVoice(java.lang.String value)
Sets the value of the voice property.

Parameters:
value - allowed object is String


Copyright © 2011 eXo Platform SAS. All Rights Reserved.