public class DeviceComponent extends Descriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceComponent.ProductionSpecification
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AlertSystemDescriptor |
alertSystem |
protected List<DeviceComponent.ProductionSpecification> |
productionSpecification |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
DeviceComponent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AlertSystemDescriptor |
getAlertSystem()
Gets the value of the alertSystem property.
|
List<DeviceComponent.ProductionSpecification> |
getProductionSpecification()
Gets the value of the productionSpecification property.
|
int |
hashCode() |
void |
setAlertSystem(AlertSystemDescriptor value)
Sets the value of the alertSystem property.
|
void |
setProductionSpecification(List<DeviceComponent.ProductionSpecification> value) |
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<DeviceComponent.ProductionSpecification> productionSpecification
protected AlertSystemDescriptor alertSystem
public List<DeviceComponent.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
DeviceComponent.ProductionSpecification
public AlertSystemDescriptor getAlertSystem()
AlertSystemDescriptorpublic void setAlertSystem(AlertSystemDescriptor value)
value - allowed object is
AlertSystemDescriptorpublic void setProductionSpecification(List<DeviceComponent.ProductionSpecification> value)
public String toString()
toString in class Descriptorpublic boolean equals(Object that)
equals in class Descriptorpublic int hashCode()
hashCode in class DescriptorCopyright © 2018. All rights reserved.