public class VmdState extends AbstractComplexDeviceComponentState
Java class for VmdState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmdState">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractComplexDeviceComponentState">
<sequence>
<element name="OperatingJurisdiction" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperatingJurisdiction" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OperatingJurisdiction |
operatingJurisdiction |
activationState, calibrationInfo, nextCalibration, operatingCycles, operatingHours, physicalConnectordescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
VmdState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
OperatingJurisdiction |
getOperatingJurisdiction()
Gets the value of the operatingJurisdiction property.
|
int |
hashCode() |
void |
setOperatingJurisdiction(OperatingJurisdiction value)
Sets the value of the operatingJurisdiction property.
|
java.lang.String |
toString() |
getActivationState, getCalibrationInfo, getNextCalibration, getOperatingCycles, getOperatingHours, getPhysicalConnector, setActivationState, setCalibrationInfo, setNextCalibration, setOperatingCycles, setOperatingHours, setPhysicalConnectorgetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected OperatingJurisdiction operatingJurisdiction
public OperatingJurisdiction getOperatingJurisdiction()
OperatingJurisdictionpublic void setOperatingJurisdiction(OperatingJurisdiction value)
value - allowed object is
OperatingJurisdictionpublic java.lang.String toString()
toString in class AbstractComplexDeviceComponentStatepublic boolean equals(java.lang.Object that)
equals in class AbstractComplexDeviceComponentStatepublic int hashCode()
hashCode in class AbstractComplexDeviceComponentState