public class ModuleCap 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="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 String |
id |
protected Integer |
moduleIndex |
| Constructor and Description |
|---|
ModuleCap() |
| Modifier and Type | Method and Description |
|---|---|
EnumAvailability |
getAvailability()
Gets the value of the availability property.
|
String |
getID()
Gets the value of the id property.
|
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
void |
setAvailability(EnumAvailability value)
Sets the value of the availability property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
protected String id
protected EnumAvailability availability
protected Integer moduleIndex
public void setID(String value)
value - allowed object is
Stringpublic EnumAvailability getAvailability()
EnumAvailabilitypublic void setAvailability(EnumAvailability value)
value - allowed object is
EnumAvailabilitypublic Integer getModuleIndex()
IntegerCopyright © 2013. All Rights Reserved.