Class GetDescriptorsFromArchive

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

    public class GetDescriptorsFromArchive
    extends AbstractGet
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractGet">
           <sequence>
             <element name="DescriptorRevisions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}VersionFrame" minOccurs="0"/>
             <element name="TimeFrame" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}TimeFrame" minOccurs="0"/>
             <element name="Handle" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetDescriptorsFromArchive

        public GetDescriptorsFromArchive()
    • Method Detail

      • getDescriptorRevisions

        public VersionFrame getDescriptorRevisions()
        Gets the value of the descriptorRevisions property.
        Returns:
        possible object is VersionFrame
      • setDescriptorRevisions

        public void setDescriptorRevisions​(VersionFrame value)
        Sets the value of the descriptorRevisions property.
        Parameters:
        value - allowed object is VersionFrame
      • getTimeFrame

        public TimeFrame getTimeFrame()
        Gets the value of the timeFrame property.
        Returns:
        possible object is TimeFrame
      • setTimeFrame

        public void setTimeFrame​(TimeFrame value)
        Sets the value of the timeFrame property.
        Parameters:
        value - allowed object is TimeFrame
      • getHandle

        public List<String> getHandle()
        Gets the value of the handle 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 handle property.

        For example, to add a new item, do as follows:

            getHandle().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • setHandle

        public void setHandle​(List<String> value)
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractGet
      • 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 AbstractGet
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        createNewInstance in class AbstractGet
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class AbstractGet
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class AbstractGet