public class GridCellType
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 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 javax.xml.datatype.XMLGregorianCalendar |
estimatedSuccessDate |
protected java.util.List<java.lang.Object> |
extension |
protected GridCellType.Footprint |
footprint |
protected java.lang.String |
id |
protected javax.xml.datatype.XMLGregorianCalendar |
lastAttemptDate |
protected javax.xml.datatype.XMLGregorianCalendar |
nextAttemptDate |
protected java.math.BigInteger |
remainingAttempts |
protected java.lang.String |
status |
protected double |
successRate |
| Constructor and Description |
|---|
GridCellType() |
| 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) |
javax.xml.datatype.XMLGregorianCalendar |
getEstimatedSuccessDate()
Gets the value of the estimatedSuccessDate property.
|
java.util.List<java.lang.Object> |
getExtension()
Gets the value of the extension property.
|
GridCellType.Footprint |
getFootprint()
Gets the value of the footprint property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastAttemptDate()
Gets the value of the lastAttemptDate property.
|
javax.xml.datatype.XMLGregorianCalendar |
getNextAttemptDate()
Gets the value of the nextAttemptDate property.
|
java.math.BigInteger |
getRemainingAttempts()
Gets the value of the remainingAttempts property.
|
java.lang.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,
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 |
setEstimatedSuccessDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the estimatedSuccessDate property.
|
void |
setExtension(java.util.List<java.lang.Object> value) |
void |
setFootprint(GridCellType.Footprint value)
Sets the value of the footprint property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLastAttemptDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastAttemptDate property.
|
void |
setNextAttemptDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the nextAttemptDate property.
|
void |
setRemainingAttempts(java.math.BigInteger value)
Sets the value of the remainingAttempts property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setSuccessRate(double value)
Sets the value of the successRate property.
|
java.lang.String |
toString() |
void |
unsetExtension() |
GridCellType |
withEstimatedSuccessDate(javax.xml.datatype.XMLGregorianCalendar value) |
GridCellType |
withExtension(java.util.Collection<java.lang.Object> values) |
GridCellType |
withExtension(java.util.List<java.lang.Object> value) |
GridCellType |
withExtension(java.lang.Object... values) |
GridCellType |
withFootprint(GridCellType.Footprint value) |
GridCellType |
withId(java.lang.String value) |
GridCellType |
withLastAttemptDate(javax.xml.datatype.XMLGregorianCalendar value) |
GridCellType |
withNextAttemptDate(javax.xml.datatype.XMLGregorianCalendar value) |
GridCellType |
withRemainingAttempts(java.math.BigInteger value) |
GridCellType |
withStatus(java.lang.String value) |
GridCellType |
withSuccessRate(double value) |
protected GridCellType.Footprint footprint
protected java.lang.String status
protected double successRate
protected javax.xml.datatype.XMLGregorianCalendar estimatedSuccessDate
protected javax.xml.datatype.XMLGregorianCalendar lastAttemptDate
protected javax.xml.datatype.XMLGregorianCalendar nextAttemptDate
protected java.math.BigInteger remainingAttempts
protected java.util.List<java.lang.Object> extension
protected java.lang.String id
public GridCellType.Footprint getFootprint()
GridCellType.Footprintpublic void setFootprint(GridCellType.Footprint value)
value - allowed object is
GridCellType.Footprintpublic boolean isSetFootprint()
public java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public double getSuccessRate()
public void setSuccessRate(double value)
public boolean isSetSuccessRate()
public javax.xml.datatype.XMLGregorianCalendar getEstimatedSuccessDate()
XMLGregorianCalendarpublic void setEstimatedSuccessDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetEstimatedSuccessDate()
public javax.xml.datatype.XMLGregorianCalendar getLastAttemptDate()
XMLGregorianCalendarpublic void setLastAttemptDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastAttemptDate()
public javax.xml.datatype.XMLGregorianCalendar getNextAttemptDate()
XMLGregorianCalendarpublic void setNextAttemptDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetNextAttemptDate()
public java.math.BigInteger getRemainingAttempts()
BigIntegerpublic void setRemainingAttempts(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetRemainingAttempts()
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 setExtension(java.util.List<java.lang.Object> value)
public GridCellType withFootprint(GridCellType.Footprint value)
public GridCellType withStatus(java.lang.String value)
public GridCellType withSuccessRate(double value)
public GridCellType withEstimatedSuccessDate(javax.xml.datatype.XMLGregorianCalendar value)
public GridCellType withLastAttemptDate(javax.xml.datatype.XMLGregorianCalendar value)
public GridCellType withNextAttemptDate(javax.xml.datatype.XMLGregorianCalendar value)
public GridCellType withRemainingAttempts(java.math.BigInteger value)
public GridCellType withExtension(java.lang.Object... values)
public GridCellType withExtension(java.util.Collection<java.lang.Object> values)
public GridCellType withId(java.lang.String value)
public GridCellType withExtension(java.util.List<java.lang.Object> value)
Copyright © 2008-2021. All Rights Reserved.