public class ClockDescriptor extends AbstractDeviceComponentDescriptor
Java class for ClockDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClockDescriptor">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
<sequence>
<element name="TimeProtocol" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Resolution" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.Duration |
resolution |
protected java.util.List<CodedValue> |
timeProtocol |
productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
ClockDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.datatype.Duration |
getResolution()
Gets the value of the resolution property.
|
java.util.List<CodedValue> |
getTimeProtocol()
Gets the value of the timeProtocol property.
|
int |
hashCode() |
void |
setResolution(javax.xml.datatype.Duration value)
Sets the value of the resolution property.
|
void |
setTimeProtocol(java.util.List<CodedValue> value) |
java.lang.String |
toString() |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.util.List<CodedValue> timeProtocol
protected javax.xml.datatype.Duration resolution
public java.util.List<CodedValue> getTimeProtocol()
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 timeProtocol property.
For example, to add a new item, do as follows:
getTimeProtocol().add(newItem);
Objects of the following type(s) are allowed in the list
CodedValue
public javax.xml.datatype.Duration getResolution()
Durationpublic void setResolution(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptorpublic void setTimeProtocol(java.util.List<CodedValue> value)