Class AuxiliaryInstrumentType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.InstrumentType
-
- net.opengis.omeo.alt.v_2_0.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 Summary
Fields Modifier and Type Field Description protected List<jakarta.xml.bind.JAXBElement<String>>rest-
Fields inherited from class net.opengis.omeo.eop.v_2_0.InstrumentType
description, instrumentType, shortName
-
-
Constructor Summary
Constructors Constructor Description AuxiliaryInstrumentType()Default no-arg constructorAuxiliaryInstrumentType(String shortName, String description, String instrumentType, List<jakarta.xml.bind.JAXBElement<String>> rest)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)List<jakarta.xml.bind.JAXBElement<String>>getRest()Gets the rest of the content model.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetRest(List<jakarta.xml.bind.JAXBElement<String>> value)StringtoString()AuxiliaryInstrumentTypewithDescription(String value)AuxiliaryInstrumentTypewithInstrumentType(String value)AuxiliaryInstrumentTypewithRest(jakarta.xml.bind.JAXBElement<String>... values)AuxiliaryInstrumentTypewithRest(Collection<jakarta.xml.bind.JAXBElement<String>> values)AuxiliaryInstrumentTypewithRest(List<jakarta.xml.bind.JAXBElement<String>> value)AuxiliaryInstrumentTypewithShortName(String value)-
Methods inherited from class net.opengis.omeo.eop.v_2_0.InstrumentType
getDescription, getInstrumentType, getShortName, isSetDescription, isSetInstrumentType, isSetShortName, setDescription, setInstrumentType, setShortName
-
-
-
-
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
setmethod 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>
-
toString
public String toString()
- Overrides:
toStringin classInstrumentType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classInstrumentType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classInstrumentType
-
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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classInstrumentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classInstrumentType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classInstrumentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classInstrumentType
-
clone
public Object clone()
- Overrides:
clonein classInstrumentType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classInstrumentType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classInstrumentType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classInstrumentType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classInstrumentType
-
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:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classInstrumentType
-
withRest
public AuxiliaryInstrumentType withRest(jakarta.xml.bind.JAXBElement<String>... values)
-
withRest
public AuxiliaryInstrumentType withRest(Collection<jakarta.xml.bind.JAXBElement<String>> values)
-
withRest
public AuxiliaryInstrumentType withRest(List<jakarta.xml.bind.JAXBElement<String>> value)
-
withShortName
public AuxiliaryInstrumentType withShortName(String value)
- Overrides:
withShortNamein classInstrumentType
-
withDescription
public AuxiliaryInstrumentType withDescription(String value)
- Overrides:
withDescriptionin classInstrumentType
-
withInstrumentType
public AuxiliaryInstrumentType withInstrumentType(String value)
- Overrides:
withInstrumentTypein classInstrumentType
-
-