Uses of Class
net.opengis.omeo.eop.v_2_0.InstrumentType
-
Packages that use InstrumentType Package Description net.opengis.omeo.alt.v_2_0 net.opengis.omeo.eop.v_2_0 -
-
Uses of InstrumentType in net.opengis.omeo.alt.v_2_0
Subclasses of InstrumentType in net.opengis.omeo.alt.v_2_0 Modifier and Type Class Description classAuxiliaryInstrumentTypeJava class for AuxiliaryInstrumentType complex type. -
Uses of InstrumentType in net.opengis.omeo.eop.v_2_0
Fields in net.opengis.omeo.eop.v_2_0 with type parameters of type InstrumentType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends InstrumentType>InstrumentPropertyType. instrumentMethods in net.opengis.omeo.eop.v_2_0 that return InstrumentType Modifier and Type Method Description InstrumentTypeObjectFactory. createInstrumentType()Create an instance ofInstrumentTypeInstrumentTypeInstrumentType. withDescription(String value)InstrumentTypeInstrumentType. withInstrumentType(String value)InstrumentTypeInstrumentType. withShortName(String value)Methods in net.opengis.omeo.eop.v_2_0 that return types with arguments of type InstrumentType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InstrumentType>ObjectFactory. createInstrument(InstrumentType value)jakarta.xml.bind.JAXBElement<? extends InstrumentType>InstrumentPropertyType. getInstrument()Gets the value of the instrument property.Methods in net.opengis.omeo.eop.v_2_0 with parameters of type InstrumentType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InstrumentType>ObjectFactory. createInstrument(InstrumentType value)Method parameters in net.opengis.omeo.eop.v_2_0 with type arguments of type InstrumentType Modifier and Type Method Description voidInstrumentPropertyType. setInstrument(jakarta.xml.bind.JAXBElement<? extends InstrumentType> value)Sets the value of the instrument property.InstrumentPropertyTypeInstrumentPropertyType. withInstrument(jakarta.xml.bind.JAXBElement<? extends InstrumentType> value)Constructor parameters in net.opengis.omeo.eop.v_2_0 with type arguments of type InstrumentType Constructor Description InstrumentPropertyType(jakarta.xml.bind.JAXBElement<? extends InstrumentType> instrument, Boolean owns)Fully-initialising value constructor
-