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()
String
public void setTreatmentAddress(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTreatmentTerminal()
String
public void setTreatmentTerminal(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTreatmentParameter()
String
public void setTreatmentParameter(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isInterruptible()
Boolean
public void setInterruptible(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2010 All Rights Reserved.