public class ClockDescriptor extends Descriptor
Java-Klasse für ClockDescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ClockDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractDescriptor">
<sequence>
<element name="TimeProtocol" type="{http://domain-model-uri/15/04}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Resolution" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.Duration |
resolution |
protected java.util.List<CodedValue> |
timeProtocols |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
ClockDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.Duration |
getResolution()
Ruft den Wert der resolution-Eigenschaft ab.
|
java.util.List<CodedValue> |
getTimeProtocols()
Gets the value of the timeProtocols property.
|
void |
setResolution(javax.xml.datatype.Duration value)
Legt den Wert der resolution-Eigenschaft fest.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected java.util.List<CodedValue> timeProtocols
protected javax.xml.datatype.Duration resolution
public java.util.List<CodedValue> getTimeProtocols()
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 timeProtocols property.
For example, to add a new item, do as follows:
getTimeProtocols().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
Duration