public class AbstractComplexDeviceComponentDescriptor extends AbstractDeviceComponentDescriptor
Java class for AbstractComplexDeviceComponentDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractComplexDeviceComponentDescriptor">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
<sequence>
<element name="AlertSystem" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSystemDescriptor" minOccurs="0"/>
<element name="Sco" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ScoDescriptor" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected AlertSystemDescriptor |
alertSystem |
protected ScoDescriptor |
sco |
productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AbstractComplexDeviceComponentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AlertSystemDescriptor |
getAlertSystem()
Gets the value of the alertSystem property.
|
ScoDescriptor |
getSco()
Gets the value of the sco property.
|
int |
hashCode() |
void |
setAlertSystem(AlertSystemDescriptor value)
Sets the value of the alertSystem property.
|
void |
setSco(ScoDescriptor value)
Sets the value of the sco property.
|
String |
toString() |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected AlertSystemDescriptor alertSystem
protected ScoDescriptor sco
public AbstractComplexDeviceComponentDescriptor()
public AlertSystemDescriptor getAlertSystem()
AlertSystemDescriptorpublic void setAlertSystem(AlertSystemDescriptor value)
value - allowed object is
AlertSystemDescriptorpublic ScoDescriptor getSco()
ScoDescriptorpublic void setSco(ScoDescriptor value)
value - allowed object is
ScoDescriptorpublic String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptorCopyright © 2018. All rights reserved.