public class MediaTreatment
extends java.lang.Object
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" minOccurs="0"/>
<element name="treatmentTerminal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="treatmentParameter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="interruptible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MediaTreatment() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.Boolean |
isInterruptible()
Gets the value of the interruptible property.
|
void |
setInterruptible(java.lang.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.
|
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 java.lang.Boolean isInterruptible()
Booleanpublic void setInterruptible(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2010 All Rights Reserved.