Package net.opengis.omeo.atm.v_2_0
Class EarthObservationEquipmentType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.AbstractFeatureType
-
- net.opengis.omeo.eop.v_2_0.EarthObservationEquipmentType
-
- net.opengis.omeo.atm.v_2_0.EarthObservationEquipmentType
-
- 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 EarthObservationEquipmentType extends EarthObservationEquipmentType 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 EarthObservationEquipmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EarthObservationEquipmentType"> <complexContent> <extension base="{http://www.opengis.net/eop/2.0}EarthObservationEquipmentType"> <sequence> <element name="acquisition" type="{http://www.opengis.net/eop/2.0}AcquisitionPropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AcquisitionPropertyTypeacquisition-
Fields inherited from class net.opengis.omeo.eop.v_2_0.EarthObservationEquipmentType
acquisitionParameters, instrument, platform, sensor
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description EarthObservationEquipmentType()Default no-arg constructorEarthObservationEquipmentType(PlatformPropertyType platform, InstrumentPropertyType instrument, SensorPropertyType sensor, AcquisitionPropertyType acquisitionParameters, AcquisitionPropertyType acquisition)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)AcquisitionPropertyTypegetAcquisition()Gets the value of the acquisition property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAcquisition()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)voidsetAcquisition(AcquisitionPropertyType value)Sets the value of the acquisition property.StringtoString()EarthObservationEquipmentTypewithAcquisition(AcquisitionPropertyType value)EarthObservationEquipmentTypewithAcquisitionParameters(AcquisitionPropertyType value)EarthObservationEquipmentTypewithInstrument(InstrumentPropertyType value)EarthObservationEquipmentTypewithPlatform(PlatformPropertyType value)EarthObservationEquipmentTypewithSensor(SensorPropertyType value)-
Methods inherited from class net.opengis.omeo.eop.v_2_0.EarthObservationEquipmentType
getAcquisitionParameters, getInstrument, getPlatform, getSensor, isSetAcquisitionParameters, isSetInstrument, isSetPlatform, isSetSensor, setAcquisitionParameters, setInstrument, setPlatform, setSensor
-
Methods inherited from class net.opengis.gml.v_3_2.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
-
Methods inherited from class net.opengis.gml.v_3_2.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
acquisition
protected AcquisitionPropertyType acquisition
-
-
Constructor Detail
-
EarthObservationEquipmentType
public EarthObservationEquipmentType()
Default no-arg constructor
-
EarthObservationEquipmentType
public EarthObservationEquipmentType(PlatformPropertyType platform, InstrumentPropertyType instrument, SensorPropertyType sensor, AcquisitionPropertyType acquisitionParameters, AcquisitionPropertyType acquisition)
Fully-initialising value constructor
-
-
Method Detail
-
getAcquisition
public AcquisitionPropertyType getAcquisition()
Gets the value of the acquisition property.- Returns:
- possible object is
AcquisitionPropertyType
-
setAcquisition
public void setAcquisition(AcquisitionPropertyType value)
Sets the value of the acquisition property.- Parameters:
value- allowed object isAcquisitionPropertyType
-
isSetAcquisition
public boolean isSetAcquisition()
-
toString
public String toString()
- Overrides:
toStringin classEarthObservationEquipmentType
-
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 classEarthObservationEquipmentType
-
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 classEarthObservationEquipmentType
-
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 classEarthObservationEquipmentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classEarthObservationEquipmentType
-
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 classEarthObservationEquipmentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classEarthObservationEquipmentType
-
clone
public Object clone()
- Overrides:
clonein classEarthObservationEquipmentType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classEarthObservationEquipmentType
-
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 classEarthObservationEquipmentType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classEarthObservationEquipmentType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classEarthObservationEquipmentType
-
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 classEarthObservationEquipmentType
-
withAcquisition
public EarthObservationEquipmentType withAcquisition(AcquisitionPropertyType value)
-
withPlatform
public EarthObservationEquipmentType withPlatform(PlatformPropertyType value)
- Overrides:
withPlatformin classEarthObservationEquipmentType
-
withInstrument
public EarthObservationEquipmentType withInstrument(InstrumentPropertyType value)
- Overrides:
withInstrumentin classEarthObservationEquipmentType
-
withSensor
public EarthObservationEquipmentType withSensor(SensorPropertyType value)
- Overrides:
withSensorin classEarthObservationEquipmentType
-
withAcquisitionParameters
public EarthObservationEquipmentType withAcquisitionParameters(AcquisitionPropertyType value)
- Overrides:
withAcquisitionParametersin classEarthObservationEquipmentType
-
-