|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.eosps.v_2_0.SegmentType
public class SegmentType
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>
| Nested Class Summary | |
|---|---|
static class |
SegmentType.Footprint
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected EarthObservationEquipmentPropertyType |
acquisitionMethod
|
protected XMLGregorianCalendar |
acquisitionStartTime
|
protected XMLGregorianCalendar |
acquisitionStopTime
|
protected List<Object> |
extension
|
protected SegmentType.Footprint |
footprint
|
protected String |
id
|
protected List<ReferenceType> |
relatedSegment
|
protected String |
status
|
| Constructor Summary | |
|---|---|
SegmentType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
|
EarthObservationEquipmentPropertyType |
getAcquisitionMethod()
Gets the value of the acquisitionMethod property. |
XMLGregorianCalendar |
getAcquisitionStartTime()
Gets the value of the acquisitionStartTime property. |
XMLGregorianCalendar |
getAcquisitionStopTime()
Gets the value of the acquisitionStopTime property. |
List<Object> |
getExtension()
Gets the value of the extension property. |
SegmentType.Footprint |
getFootprint()
Gets the value of the footprint property. |
String |
getId()
Gets the value of the id property. |
List<ReferenceType> |
getRelatedSegment()
Gets the value of the relatedSegment property. |
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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAcquisitionMethod(EarthObservationEquipmentPropertyType value)
Sets the value of the acquisitionMethod property. |
void |
setAcquisitionStartTime(XMLGregorianCalendar value)
Sets the value of the acquisitionStartTime property. |
void |
setAcquisitionStopTime(XMLGregorianCalendar value)
Sets the value of the acquisitionStopTime property. |
void |
setExtension(List<Object> value)
|
void |
setFootprint(SegmentType.Footprint value)
Sets the value of the footprint property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRelatedSegment(List<ReferenceType> value)
|
void |
setStatus(String value)
Sets the value of the status property. |
String |
toString()
|
void |
unsetExtension()
|
void |
unsetRelatedSegment()
|
SegmentType |
withAcquisitionMethod(EarthObservationEquipmentPropertyType value)
|
SegmentType |
withAcquisitionStartTime(XMLGregorianCalendar value)
|
SegmentType |
withAcquisitionStopTime(XMLGregorianCalendar value)
|
SegmentType |
withExtension(Collection<Object> values)
|
SegmentType |
withExtension(List<Object> value)
|
SegmentType |
withExtension(Object... values)
|
SegmentType |
withFootprint(SegmentType.Footprint value)
|
SegmentType |
withId(String value)
|
SegmentType |
withRelatedSegment(Collection<ReferenceType> values)
|
SegmentType |
withRelatedSegment(List<ReferenceType> value)
|
SegmentType |
withRelatedSegment(ReferenceType... values)
|
SegmentType |
withStatus(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SegmentType.Footprint footprint
protected XMLGregorianCalendar acquisitionStartTime
protected XMLGregorianCalendar acquisitionStopTime
protected EarthObservationEquipmentPropertyType acquisitionMethod
protected String status
protected List<ReferenceType> relatedSegment
protected List<Object> extension
protected String id
| Constructor Detail |
|---|
public SegmentType()
| Method Detail |
|---|
public SegmentType.Footprint getFootprint()
SegmentType.Footprintpublic void setFootprint(SegmentType.Footprint value)
value - allowed object is
SegmentType.Footprintpublic boolean isSetFootprint()
public XMLGregorianCalendar getAcquisitionStartTime()
XMLGregorianCalendarpublic void setAcquisitionStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetAcquisitionStartTime()
public XMLGregorianCalendar getAcquisitionStopTime()
XMLGregorianCalendarpublic void setAcquisitionStopTime(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 String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public 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 List<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 String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(Object object)
equals in class Object
public 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 Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setRelatedSegment(List<ReferenceType> value)
public void setExtension(List<Object> value)
public SegmentType withFootprint(SegmentType.Footprint value)
public SegmentType withAcquisitionStartTime(XMLGregorianCalendar value)
public SegmentType withAcquisitionStopTime(XMLGregorianCalendar value)
public SegmentType withAcquisitionMethod(EarthObservationEquipmentPropertyType value)
public SegmentType withStatus(String value)
public SegmentType withRelatedSegment(ReferenceType... values)
public SegmentType withRelatedSegment(Collection<ReferenceType> values)
public SegmentType withExtension(Object... values)
public SegmentType withExtension(Collection<Object> values)
public SegmentType withId(String value)
public SegmentType withRelatedSegment(List<ReferenceType> value)
public SegmentType withExtension(List<Object> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||