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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
<element name="ProductionSpec" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ComponentId" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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 java.util.List<AbstractDeviceComponentDescriptor.ProductionSpecification> |
productionSpecification |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AbstractDeviceComponentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AbstractDeviceComponentDescriptor.ProductionSpecification> |
getProductionSpecification()
Gets the value of the productionSpecification property.
|
int |
hashCode() |
void |
setProductionSpecification(java.util.List<AbstractDeviceComponentDescriptor.ProductionSpecification> value) |
java.lang.String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.util.List<AbstractDeviceComponentDescriptor.ProductionSpecification> productionSpecification
public java.util.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 java.lang.String toString()
toString in class AbstractDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractDescriptorpublic int hashCode()
hashCode in class AbstractDescriptorpublic void setProductionSpecification(java.util.List<AbstractDeviceComponentDescriptor.ProductionSpecification> value)