public class MISDetails
extends java.lang.Object
implements java.io.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 java.lang.String |
costType |
protected java.lang.String |
deviceOperationMode |
protected java.lang.String |
workType |
protected java.lang.String |
workTypeDetails |
| Constructor and Description |
|---|
MISDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCostType()
Gets the value of the costType property.
|
java.lang.String |
getDeviceOperationMode()
Gets the value of the deviceOperationMode property.
|
java.lang.String |
getWorkType()
Gets the value of the workType property.
|
java.lang.String |
getWorkTypeDetails()
Gets the value of the workTypeDetails property.
|
void |
setCostType(java.lang.String value)
Sets the value of the costType property.
|
void |
setDeviceOperationMode(java.lang.String value)
Sets the value of the deviceOperationMode property.
|
void |
setWorkType(java.lang.String value)
Sets the value of the workType property.
|
void |
setWorkTypeDetails(java.lang.String value)
Sets the value of the workTypeDetails property.
|
protected java.lang.String workTypeDetails
protected java.lang.String workType
protected java.lang.String deviceOperationMode
protected java.lang.String costType
public java.lang.String getWorkTypeDetails()
Stringpublic void setWorkTypeDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWorkType()
Stringpublic void setWorkType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeviceOperationMode()
Stringpublic void setDeviceOperationMode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCostType()
Stringpublic void setCostType(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.