public class GridCellType extends Object implements 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 GridCellType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GridCellType">
<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="status" type="{http://www.opengis.net/eosps/2.0}StatusCodeType"/>
<element name="successRate" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="estimatedSuccessDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastAttemptDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="nextAttemptDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="remainingAttempts" type="{http://www.w3.org/2001/XMLSchema}integer" 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 |
GridCellType.Footprint
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
estimatedSuccessDate |
protected List<Object> |
extension |
protected GridCellType.Footprint |
footprint |
protected String |
id |
protected XMLGregorianCalendar |
lastAttemptDate |
protected XMLGregorianCalendar |
nextAttemptDate |
protected BigInteger |
remainingAttempts |
protected String |
status |
protected double |
successRate |
| Constructor and Description |
|---|
GridCellType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
XMLGregorianCalendar |
getEstimatedSuccessDate()
Gets the value of the estimatedSuccessDate property.
|
List<Object> |
getExtension()
Gets the value of the extension property.
|
GridCellType.Footprint |
getFootprint()
Gets the value of the footprint property.
|
String |
getId()
Gets the value of the id property.
|
XMLGregorianCalendar |
getLastAttemptDate()
Gets the value of the lastAttemptDate property.
|
XMLGregorianCalendar |
getNextAttemptDate()
Gets the value of the nextAttemptDate property.
|
BigInteger |
getRemainingAttempts()
Gets the value of the remainingAttempts property.
|
String |
getStatus()
Gets the value of the status property.
|
double |
getSuccessRate()
Gets the value of the successRate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetEstimatedSuccessDate() |
boolean |
isSetExtension() |
boolean |
isSetFootprint() |
boolean |
isSetId() |
boolean |
isSetLastAttemptDate() |
boolean |
isSetNextAttemptDate() |
boolean |
isSetRemainingAttempts() |
boolean |
isSetStatus() |
boolean |
isSetSuccessRate() |
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 |
setEstimatedSuccessDate(XMLGregorianCalendar value)
Sets the value of the estimatedSuccessDate property.
|
void |
setExtension(List<Object> value) |
void |
setFootprint(GridCellType.Footprint value)
Sets the value of the footprint property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLastAttemptDate(XMLGregorianCalendar value)
Sets the value of the lastAttemptDate property.
|
void |
setNextAttemptDate(XMLGregorianCalendar value)
Sets the value of the nextAttemptDate property.
|
void |
setRemainingAttempts(BigInteger value)
Sets the value of the remainingAttempts property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSuccessRate(double value)
Sets the value of the successRate property.
|
String |
toString() |
void |
unsetExtension() |
GridCellType |
withEstimatedSuccessDate(XMLGregorianCalendar value) |
GridCellType |
withExtension(Collection<Object> values) |
GridCellType |
withExtension(List<Object> value) |
GridCellType |
withExtension(Object... values) |
GridCellType |
withFootprint(GridCellType.Footprint value) |
GridCellType |
withId(String value) |
GridCellType |
withLastAttemptDate(XMLGregorianCalendar value) |
GridCellType |
withNextAttemptDate(XMLGregorianCalendar value) |
GridCellType |
withRemainingAttempts(BigInteger value) |
GridCellType |
withStatus(String value) |
GridCellType |
withSuccessRate(double value) |
protected GridCellType.Footprint footprint
protected String status
protected double successRate
protected XMLGregorianCalendar estimatedSuccessDate
protected XMLGregorianCalendar lastAttemptDate
protected XMLGregorianCalendar nextAttemptDate
protected BigInteger remainingAttempts
protected String id
public GridCellType.Footprint getFootprint()
GridCellType.Footprintpublic void setFootprint(GridCellType.Footprint value)
value - allowed object is
GridCellType.Footprintpublic boolean isSetFootprint()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public double getSuccessRate()
public void setSuccessRate(double value)
public boolean isSetSuccessRate()
public XMLGregorianCalendar getEstimatedSuccessDate()
XMLGregorianCalendarpublic void setEstimatedSuccessDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetEstimatedSuccessDate()
public XMLGregorianCalendar getLastAttemptDate()
XMLGregorianCalendarpublic void setLastAttemptDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastAttemptDate()
public XMLGregorianCalendar getNextAttemptDate()
XMLGregorianCalendarpublic void setNextAttemptDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetNextAttemptDate()
public BigInteger getRemainingAttempts()
BigIntegerpublic void setRemainingAttempts(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetRemainingAttempts()
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 void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
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.ToString2public 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.ToString2public 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 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 Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.MergeFrom2public void mergeFrom(Object left, 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public GridCellType withFootprint(GridCellType.Footprint value)
public GridCellType withStatus(String value)
public GridCellType withSuccessRate(double value)
public GridCellType withEstimatedSuccessDate(XMLGregorianCalendar value)
public GridCellType withLastAttemptDate(XMLGregorianCalendar value)
public GridCellType withNextAttemptDate(XMLGregorianCalendar value)
public GridCellType withRemainingAttempts(BigInteger value)
public GridCellType withExtension(Object... values)
public GridCellType withExtension(Collection<Object> values)
public GridCellType withId(String value)
public GridCellType withExtension(List<Object> value)
Copyright © 2008–2023. All rights reserved.