|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.portlet2.nov.Call
public class Call
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 String |
voice
|
| Constructor Summary | |
|---|---|
Call()
|
|
| Method Summary | |
|---|---|
int |
getPhone()
Gets the value of the phone property. |
String |
getVoice()
Gets the value of the voice property. |
void |
setPhone(int value)
Sets the value of the phone property. |
void |
setVoice(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 |
|---|
protected int phone
protected String voice
| Constructor Detail |
|---|
public Call()
| Method Detail |
|---|
public int getPhone()
public void setPhone(int value)
public String getVoice()
Stringpublic void setVoice(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||