Class AuxiliaryInstrumentType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    public class AuxiliaryInstrumentType
    extends InstrumentType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    Java class for AuxiliaryInstrumentType complex type.

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

     <complexType name="AuxiliaryInstrumentType">
       <complexContent>
         <extension base="{http://www.opengis.net/eop/2.0}InstrumentType">
           <sequence>
             <element name="instrumentType" type="{http://www.opengis.net/alt/2.0}AuxiliaryInstrumentTypeValueType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • rest

        protected List<jakarta.xml.bind.JAXBElement<String>> rest
    • Constructor Detail

      • AuxiliaryInstrumentType

        public AuxiliaryInstrumentType()
        Default no-arg constructor
      • AuxiliaryInstrumentType

        public AuxiliaryInstrumentType​(String shortName,
                                       String description,
                                       String instrumentType,
                                       List<jakarta.xml.bind.JAXBElement<String>> rest)
        Fully-initialising value constructor
    • Method Detail

      • getRest

        public List<jakarta.xml.bind.JAXBElement<String>> getRest()
        Gets the rest of the content model.

        You are getting this "catch-all" property because of the following reason: The field name "InstrumentType" is used by two different parts of a schema. See: line 166 of http://schemas.opengis.net/omeo/1.0/alt.xsd line 468 of http://schemas.opengis.net/omeo/1.0/eop.xsd

        To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest 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 Jakarta XML Binding object. This is why there is not a set method for the rest property.

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

            getRest().add(newItem);
         

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

      • append

        public StringBuilder append​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        append in interface org.jvnet.jaxb.lang.ToString
        Overrides:
        append in class InstrumentType
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb.lang.ToString
        Overrides:
        appendFields in class InstrumentType
      • equals

        public boolean equals​(org.jvnet.jaxb.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb.lang.Equals
        Overrides:
        equals in class InstrumentType
      • hashCode

        public int hashCode​(org.jvnet.jaxb.locator.ObjectLocator locator,
                            org.jvnet.jaxb.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb.lang.HashCode
        Overrides:
        hashCode in class InstrumentType
      • copyTo

        public Object copyTo​(org.jvnet.jaxb.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb.lang.CopyStrategy strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
        Overrides:
        copyTo in class InstrumentType
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
        Overrides:
        createNewInstance in class InstrumentType
      • mergeFrom

        public void mergeFrom​(Object left,
                              Object right)
        Specified by:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
        Overrides:
        mergeFrom in class InstrumentType
      • mergeFrom

        public void mergeFrom​(org.jvnet.jaxb.locator.ObjectLocator leftLocator,
                              org.jvnet.jaxb.locator.ObjectLocator rightLocator,
                              Object left,
                              Object right,
                              org.jvnet.jaxb.lang.MergeStrategy strategy)
        Specified by:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
        Overrides:
        mergeFrom in class InstrumentType
      • setRest

        public void setRest​(List<jakarta.xml.bind.JAXBElement<String>> value)