public class MISDetails extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="WorkTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="WorkType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DeviceOperationMode" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CostType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
costType |
protected String |
deviceOperationMode |
protected String |
workType |
protected String |
workTypeDetails |
| Constructor and Description |
|---|
MISDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCostType()
Gets the value of the costType property.
|
String |
getDeviceOperationMode()
Gets the value of the deviceOperationMode property.
|
String |
getWorkType()
Gets the value of the workType property.
|
String |
getWorkTypeDetails()
Gets the value of the workTypeDetails property.
|
void |
setCostType(String value)
Sets the value of the costType property.
|
void |
setDeviceOperationMode(String value)
Sets the value of the deviceOperationMode property.
|
void |
setWorkType(String value)
Sets the value of the workType property.
|
void |
setWorkTypeDetails(String value)
Sets the value of the workTypeDetails property.
|
protected String workTypeDetails
protected String workType
protected String deviceOperationMode
protected String costType
public String getWorkTypeDetails()
Stringpublic void setWorkTypeDetails(String value)
value - allowed object is
Stringpublic String getWorkType()
Stringpublic void setWorkType(String value)
value - allowed object is
Stringpublic String getDeviceOperationMode()
Stringpublic void setDeviceOperationMode(String value)
value - allowed object is
Stringpublic String getCostType()
StringCopyright © 2013. All Rights Reserved.