public class ProductionSpecification extends Object
Java class for ProductionSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductionSpecification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="specType" type="{http://domain-model-uri/15/04}CodedValue"/>
<element name="productionSpec" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="componentId" type="{http://domain-model-uri/15/04}InstanceIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InstanceIdentifier |
componentId |
protected String |
productionSpec |
protected CodedValue |
specType |
| Constructor and Description |
|---|
ProductionSpecification() |
| Modifier and Type | Method and Description |
|---|---|
InstanceIdentifier |
getComponentId()
Gets the value of the componentId property.
|
String |
getProductionSpec()
Gets the value of the productionSpec property.
|
CodedValue |
getSpecType()
Gets the value of the specType property.
|
void |
setComponentId(InstanceIdentifier value)
Sets the value of the componentId property.
|
void |
setProductionSpec(String value)
Sets the value of the productionSpec property.
|
void |
setSpecType(CodedValue value)
Sets the value of the specType property.
|
protected CodedValue specType
protected String productionSpec
protected InstanceIdentifier componentId
public CodedValue getSpecType()
CodedValuepublic void setSpecType(CodedValue value)
value - allowed object is
CodedValuepublic String getProductionSpec()
Stringpublic void setProductionSpec(String value)
value - allowed object is
Stringpublic InstanceIdentifier getComponentId()
InstanceIdentifierpublic void setComponentId(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierCopyright © 2016. All rights reserved.