public class SegmentType
extends java.lang.Object
implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for SegmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SegmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="footprint">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml/3.2}Polygon"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="acquisitionStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="acquisitionStopTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="acquisitionMethod" type="{http://earth.esa.int/eop}EarthObservationEquipmentPropertyType"/>
<element name="status" type="{http://www.opengis.net/eosps/2.0}StatusCodeType"/>
<element name="relatedSegment" type="{http://www.opengis.net/gml/3.2}ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="extension" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml/3.2}id use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SegmentType.Footprint
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected EarthObservationEquipmentPropertyType |
acquisitionMethod |
protected javax.xml.datatype.XMLGregorianCalendar |
acquisitionStartTime |
protected javax.xml.datatype.XMLGregorianCalendar |
acquisitionStopTime |
protected java.util.List<java.lang.Object> |
extension |
protected SegmentType.Footprint |
footprint |
protected java.lang.String |
id |
protected java.util.List<ReferenceType> |
relatedSegment |
protected java.lang.String |
status |
| Constructor and Description |
|---|
SegmentType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
EarthObservationEquipmentPropertyType |
getAcquisitionMethod()
Gets the value of the acquisitionMethod property.
|
javax.xml.datatype.XMLGregorianCalendar |
getAcquisitionStartTime()
Gets the value of the acquisitionStartTime property.
|
javax.xml.datatype.XMLGregorianCalendar |
getAcquisitionStopTime()
Gets the value of the acquisitionStopTime property.
|
java.util.List<java.lang.Object> |
getExtension()
Gets the value of the extension property.
|
SegmentType.Footprint |
getFootprint()
Gets the value of the footprint property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<ReferenceType> |
getRelatedSegment()
Gets the value of the relatedSegment property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAcquisitionMethod() |
boolean |
isSetAcquisitionStartTime() |
boolean |
isSetAcquisitionStopTime() |
boolean |
isSetExtension() |
boolean |
isSetFootprint() |
boolean |
isSetId() |
boolean |
isSetRelatedSegment() |
boolean |
isSetStatus() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAcquisitionMethod(EarthObservationEquipmentPropertyType value)
Sets the value of the acquisitionMethod property.
|
void |
setAcquisitionStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the acquisitionStartTime property.
|
void |
setAcquisitionStopTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the acquisitionStopTime property.
|
void |
setExtension(java.util.List<java.lang.Object> value) |
void |
setFootprint(SegmentType.Footprint value)
Sets the value of the footprint property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setRelatedSegment(java.util.List<ReferenceType> value) |
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
java.lang.String |
toString() |
void |
unsetExtension() |
void |
unsetRelatedSegment() |
SegmentType |
withAcquisitionMethod(EarthObservationEquipmentPropertyType value) |
SegmentType |
withAcquisitionStartTime(javax.xml.datatype.XMLGregorianCalendar value) |
SegmentType |
withAcquisitionStopTime(javax.xml.datatype.XMLGregorianCalendar value) |
SegmentType |
withExtension(java.util.Collection<java.lang.Object> values) |
SegmentType |
withExtension(java.util.List<java.lang.Object> value) |
SegmentType |
withExtension(java.lang.Object... values) |
SegmentType |
withFootprint(SegmentType.Footprint value) |
SegmentType |
withId(java.lang.String value) |
SegmentType |
withRelatedSegment(java.util.Collection<ReferenceType> values) |
SegmentType |
withRelatedSegment(java.util.List<ReferenceType> value) |
SegmentType |
withRelatedSegment(ReferenceType... values) |
SegmentType |
withStatus(java.lang.String value) |
protected SegmentType.Footprint footprint
protected javax.xml.datatype.XMLGregorianCalendar acquisitionStartTime
protected javax.xml.datatype.XMLGregorianCalendar acquisitionStopTime
protected EarthObservationEquipmentPropertyType acquisitionMethod
protected java.lang.String status
protected java.util.List<ReferenceType> relatedSegment
protected java.util.List<java.lang.Object> extension
protected java.lang.String id
public SegmentType.Footprint getFootprint()
SegmentType.Footprintpublic void setFootprint(SegmentType.Footprint value)
value - allowed object is
SegmentType.Footprintpublic boolean isSetFootprint()
public javax.xml.datatype.XMLGregorianCalendar getAcquisitionStartTime()
XMLGregorianCalendarpublic void setAcquisitionStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetAcquisitionStartTime()
public javax.xml.datatype.XMLGregorianCalendar getAcquisitionStopTime()
XMLGregorianCalendarpublic void setAcquisitionStopTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetAcquisitionStopTime()
public EarthObservationEquipmentPropertyType getAcquisitionMethod()
EarthObservationEquipmentPropertyTypepublic void setAcquisitionMethod(EarthObservationEquipmentPropertyType value)
value - allowed object is
EarthObservationEquipmentPropertyTypepublic boolean isSetAcquisitionMethod()
public java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public java.util.List<ReferenceType> getRelatedSegment()
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 relatedSegment property.
For example, to add a new item, do as follows:
getRelatedSegment().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceType
public boolean isSetRelatedSegment()
public void unsetRelatedSegment()
public java.util.List<java.lang.Object> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetExtension()
public void unsetExtension()
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setRelatedSegment(java.util.List<ReferenceType> value)
public void setExtension(java.util.List<java.lang.Object> value)
public SegmentType withFootprint(SegmentType.Footprint value)
public SegmentType withAcquisitionStartTime(javax.xml.datatype.XMLGregorianCalendar value)
public SegmentType withAcquisitionStopTime(javax.xml.datatype.XMLGregorianCalendar value)
public SegmentType withAcquisitionMethod(EarthObservationEquipmentPropertyType value)
public SegmentType withStatus(java.lang.String value)
public SegmentType withRelatedSegment(ReferenceType... values)
public SegmentType withRelatedSegment(java.util.Collection<ReferenceType> values)
public SegmentType withExtension(java.lang.Object... values)
public SegmentType withExtension(java.util.Collection<java.lang.Object> values)
public SegmentType withId(java.lang.String value)
public SegmentType withRelatedSegment(java.util.List<ReferenceType> value)
public SegmentType withExtension(java.util.List<java.lang.Object> value)
Copyright © 2008-2021. All Rights Reserved.