Package net.opengis.eosps.v_2_0
Class GridCellType
- java.lang.Object
-
- net.opengis.eosps.v_2_0.GridCellType
-
- 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 GridCellType extends Object 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 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGridCellType.FootprintJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarestimatedSuccessDateprotected List<Object>extensionprotected GridCellType.Footprintfootprintprotected Stringidprotected XMLGregorianCalendarlastAttemptDateprotected XMLGregorianCalendarnextAttemptDateprotected BigIntegerremainingAttemptsprotected Stringstatusprotected doublesuccessRate
-
Constructor Summary
Constructors Constructor Description GridCellType()Default no-arg constructorGridCellType(GridCellType.Footprint footprint, String status, double successRate, XMLGregorianCalendar estimatedSuccessDate, XMLGregorianCalendar lastAttemptDate, XMLGregorianCalendar nextAttemptDate, BigInteger remainingAttempts, List<Object> extension, String id)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)XMLGregorianCalendargetEstimatedSuccessDate()Gets the value of the estimatedSuccessDate property.List<Object>getExtension()Gets the value of the extension property.GridCellType.FootprintgetFootprint()Gets the value of the footprint property.StringgetId()Gets the value of the id property.XMLGregorianCalendargetLastAttemptDate()Gets the value of the lastAttemptDate property.XMLGregorianCalendargetNextAttemptDate()Gets the value of the nextAttemptDate property.BigIntegergetRemainingAttempts()Gets the value of the remainingAttempts property.StringgetStatus()Gets the value of the status property.doublegetSuccessRate()Gets the value of the successRate property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetEstimatedSuccessDate()booleanisSetExtension()booleanisSetFootprint()booleanisSetId()booleanisSetLastAttemptDate()booleanisSetNextAttemptDate()booleanisSetRemainingAttempts()booleanisSetStatus()booleanisSetSuccessRate()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)voidsetEstimatedSuccessDate(XMLGregorianCalendar value)Sets the value of the estimatedSuccessDate property.voidsetExtension(List<Object> value)voidsetFootprint(GridCellType.Footprint value)Sets the value of the footprint property.voidsetId(String value)Sets the value of the id property.voidsetLastAttemptDate(XMLGregorianCalendar value)Sets the value of the lastAttemptDate property.voidsetNextAttemptDate(XMLGregorianCalendar value)Sets the value of the nextAttemptDate property.voidsetRemainingAttempts(BigInteger value)Sets the value of the remainingAttempts property.voidsetStatus(String value)Sets the value of the status property.voidsetSuccessRate(double value)Sets the value of the successRate property.StringtoString()voidunsetExtension()GridCellTypewithEstimatedSuccessDate(XMLGregorianCalendar value)GridCellTypewithExtension(Object... values)GridCellTypewithExtension(Collection<Object> values)GridCellTypewithExtension(List<Object> value)GridCellTypewithFootprint(GridCellType.Footprint value)GridCellTypewithId(String value)GridCellTypewithLastAttemptDate(XMLGregorianCalendar value)GridCellTypewithNextAttemptDate(XMLGregorianCalendar value)GridCellTypewithRemainingAttempts(BigInteger value)GridCellTypewithStatus(String value)GridCellTypewithSuccessRate(double value)
-
-
-
Field Detail
-
footprint
protected GridCellType.Footprint footprint
-
status
protected String status
-
successRate
protected double successRate
-
estimatedSuccessDate
protected XMLGregorianCalendar estimatedSuccessDate
-
lastAttemptDate
protected XMLGregorianCalendar lastAttemptDate
-
nextAttemptDate
protected XMLGregorianCalendar nextAttemptDate
-
remainingAttempts
protected BigInteger remainingAttempts
-
id
protected String id
-
-
Constructor Detail
-
GridCellType
public GridCellType()
Default no-arg constructor
-
GridCellType
public GridCellType(GridCellType.Footprint footprint, String status, double successRate, XMLGregorianCalendar estimatedSuccessDate, XMLGregorianCalendar lastAttemptDate, XMLGregorianCalendar nextAttemptDate, BigInteger remainingAttempts, List<Object> extension, String id)
Fully-initialising value constructor
-
-
Method Detail
-
getFootprint
public GridCellType.Footprint getFootprint()
Gets the value of the footprint property.- Returns:
- possible object is
GridCellType.Footprint
-
setFootprint
public void setFootprint(GridCellType.Footprint value)
Sets the value of the footprint property.- Parameters:
value- allowed object isGridCellType.Footprint
-
isSetFootprint
public boolean isSetFootprint()
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
isSetStatus
public boolean isSetStatus()
-
getSuccessRate
public double getSuccessRate()
Gets the value of the successRate property.
-
setSuccessRate
public void setSuccessRate(double value)
Sets the value of the successRate property.
-
isSetSuccessRate
public boolean isSetSuccessRate()
-
getEstimatedSuccessDate
public XMLGregorianCalendar getEstimatedSuccessDate()
Gets the value of the estimatedSuccessDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEstimatedSuccessDate
public void setEstimatedSuccessDate(XMLGregorianCalendar value)
Sets the value of the estimatedSuccessDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetEstimatedSuccessDate
public boolean isSetEstimatedSuccessDate()
-
getLastAttemptDate
public XMLGregorianCalendar getLastAttemptDate()
Gets the value of the lastAttemptDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastAttemptDate
public void setLastAttemptDate(XMLGregorianCalendar value)
Sets the value of the lastAttemptDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetLastAttemptDate
public boolean isSetLastAttemptDate()
-
getNextAttemptDate
public XMLGregorianCalendar getNextAttemptDate()
Gets the value of the nextAttemptDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNextAttemptDate
public void setNextAttemptDate(XMLGregorianCalendar value)
Sets the value of the nextAttemptDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetNextAttemptDate
public boolean isSetNextAttemptDate()
-
getRemainingAttempts
public BigInteger getRemainingAttempts()
Gets the value of the remainingAttempts property.- Returns:
- possible object is
BigInteger
-
setRemainingAttempts
public void setRemainingAttempts(BigInteger value)
Sets the value of the remainingAttempts property.- Parameters:
value- allowed object isBigInteger
-
isSetRemainingAttempts
public boolean isSetRemainingAttempts()
-
getExtension
public List<Object> getExtension()
Gets the value of the extension property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetExtension
public boolean isSetExtension()
-
unsetExtension
public void unsetExtension()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId()
-
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
-
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
-
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
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
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
-
withFootprint
public GridCellType withFootprint(GridCellType.Footprint value)
-
withStatus
public GridCellType withStatus(String value)
-
withSuccessRate
public GridCellType withSuccessRate(double value)
-
withEstimatedSuccessDate
public GridCellType withEstimatedSuccessDate(XMLGregorianCalendar value)
-
withLastAttemptDate
public GridCellType withLastAttemptDate(XMLGregorianCalendar value)
-
withNextAttemptDate
public GridCellType withNextAttemptDate(XMLGregorianCalendar value)
-
withRemainingAttempts
public GridCellType withRemainingAttempts(BigInteger value)
-
withExtension
public GridCellType withExtension(Object... values)
-
withExtension
public GridCellType withExtension(Collection<Object> values)
-
withId
public GridCellType withId(String value)
-
withExtension
public GridCellType withExtension(List<Object> value)
-
-