|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nortel.soa.oi.cct.types.MediaTreatment
public class MediaTreatment
Java class for mediaTreatment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mediaTreatment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="treatmentAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="treatmentTerminal" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="treatmentParameter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="interruptible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MediaTreatment()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTreatmentAddress()
Gets the value of the treatmentAddress property. |
java.lang.String |
getTreatmentParameter()
Gets the value of the treatmentParameter property. |
java.lang.String |
getTreatmentTerminal()
Gets the value of the treatmentTerminal property. |
java.lang.String |
getType()
Gets the value of the type property. |
boolean |
isInterruptible()
Gets the value of the interruptible property. |
void |
setInterruptible(boolean value)
Sets the value of the interruptible property. |
void |
setTreatmentAddress(java.lang.String value)
Sets the value of the treatmentAddress property. |
void |
setTreatmentParameter(java.lang.String value)
Sets the value of the treatmentParameter property. |
void |
setTreatmentTerminal(java.lang.String value)
Sets the value of the treatmentTerminal property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MediaTreatment()
| Method Detail |
|---|
public java.lang.String getTreatmentAddress()
Stringpublic void setTreatmentAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTreatmentTerminal()
Stringpublic void setTreatmentTerminal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTreatmentParameter()
Stringpublic void setTreatmentParameter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic boolean isInterruptible()
public void setInterruptible(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||