public static class AbstractDeviceComponentDescriptor.ProductionSpecification extends Object
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">
<sequence>
<element name="SpecType" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue"/>
<element name="ProductionSpec" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ComponentId" type="{http://p11073-10207/draft10/pm/2017/10/05}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 |
|---|---|
boolean |
equals(Object that) |
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.
|
int |
hashCode() |
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.
|
String |
toString() |
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 © 2018. All rights reserved.