Class ClockDescriptor

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class ClockDescriptor
    extends AbstractDeviceComponentDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    ClockDescriptor describes the capabilities of an MDS regarding date/time handling and synchronization. The presense of a ClockDescriptor does not imply any specific hardware or software support.

    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>
     
    • Constructor Detail

      • ClockDescriptor

        public ClockDescriptor()
    • Method Detail

      • getTimeProtocol

        public List<CodedValue> getTimeProtocol()
        Gets the value of the timeProtocol property.

        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

      • getResolution

        public Duration getResolution()
        Gets the value of the resolution property.
        Returns:
        possible object is String
      • setResolution

        public void setResolution​(Duration value)
        Sets the value of the resolution property.
        Parameters:
        value - allowed object is String
      • setTimeProtocol

        public void setTimeProtocol​(List<CodedValue> value)
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractDeviceComponentDescriptor