public class AbstractDeviceComponentDescriptor extends AbstractDescriptor
Java class for AbstractDeviceComponentDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDeviceComponentDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}AbstractDescriptor">
<sequence>
<element name="ProductionSpecification" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDeviceComponentDescriptor.ProductionSpecification
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractDeviceComponentDescriptor.ProductionSpecification> |
productionSpecification |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AbstractDeviceComponentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractDeviceComponentDescriptor.ProductionSpecification> |
getProductionSpecification()
Gets the value of the productionSpecification property.
|
int |
hashCode() |
void |
setProductionSpecification(List<AbstractDeviceComponentDescriptor.ProductionSpecification> value) |
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<AbstractDeviceComponentDescriptor.ProductionSpecification> productionSpecification
public List<AbstractDeviceComponentDescriptor.ProductionSpecification> getProductionSpecification()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the productionSpecification property.
For example, to add a new item, do as follows:
getProductionSpecification().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractDeviceComponentDescriptor.ProductionSpecification
public void setProductionSpecification(List<AbstractDeviceComponentDescriptor.ProductionSpecification> value)
public String toString()
toString in class AbstractDescriptorpublic boolean equals(Object that)
equals in class AbstractDescriptorpublic int hashCode()
hashCode in class AbstractDescriptorCopyright © 2017. All rights reserved.