public class ModuleCap
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="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="Availability" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAvailability" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumAvailability |
availability |
protected java.lang.String |
id |
protected java.lang.Integer |
moduleIndex |
| Constructor and Description |
|---|
ModuleCap() |
| Modifier and Type | Method and Description |
|---|---|
EnumAvailability |
getAvailability()
Gets the value of the availability property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
void |
setAvailability(EnumAvailability value)
Sets the value of the availability property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setModuleIndex(java.lang.Integer value)
Sets the value of the moduleIndex property.
|
protected java.lang.String id
protected EnumAvailability availability
protected java.lang.Integer moduleIndex
public java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic EnumAvailability getAvailability()
EnumAvailabilitypublic void setAvailability(EnumAvailability value)
value - allowed object is
EnumAvailabilitypublic java.lang.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.