public class FeasibilityStudyType
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 FeasibilityStudyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeasibilityStudyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="estimatedCost" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
<element name="successRate" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="informationUsed" type="{http://www.opengis.net/eosps/2.0}InformationTypeType" maxOccurs="unbounded"/>
<element name="extension" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="segment" type="{http://www.opengis.net/eosps/2.0}SegmentPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="cell" type="{http://www.opengis.net/eosps/2.0}GridCellPropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml/3.2}id"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GridCellPropertyType> |
cell |
protected MeasureType |
estimatedCost |
protected javax.xml.datatype.XMLGregorianCalendar |
expirationDate |
protected java.util.List<java.lang.Object> |
extension |
protected java.lang.String |
id |
protected java.util.List<java.lang.String> |
informationUsed |
protected java.util.List<SegmentPropertyType> |
segment |
protected double |
successRate |
| Constructor and Description |
|---|
FeasibilityStudyType() |
| 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) |
java.util.List<GridCellPropertyType> |
getCell()
Gets the value of the cell property.
|
MeasureType |
getEstimatedCost()
Gets the value of the estimatedCost property.
|
javax.xml.datatype.XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.util.List<java.lang.Object> |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<java.lang.String> |
getInformationUsed()
Gets the value of the informationUsed property.
|
java.util.List<SegmentPropertyType> |
getSegment()
Gets the value of the segment 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 |
isSetCell() |
boolean |
isSetEstimatedCost() |
boolean |
isSetExpirationDate() |
boolean |
isSetExtension() |
boolean |
isSetId() |
boolean |
isSetInformationUsed() |
boolean |
isSetSegment() |
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 |
setCell(java.util.List<GridCellPropertyType> value) |
void |
setEstimatedCost(MeasureType value)
Sets the value of the estimatedCost property.
|
void |
setExpirationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expirationDate property.
|
void |
setExtension(java.util.List<java.lang.Object> value) |
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInformationUsed(java.util.List<java.lang.String> value) |
void |
setSegment(java.util.List<SegmentPropertyType> value) |
void |
setSuccessRate(double value)
Sets the value of the successRate property.
|
java.lang.String |
toString() |
void |
unsetCell() |
void |
unsetExtension() |
void |
unsetInformationUsed() |
void |
unsetSegment() |
FeasibilityStudyType |
withCell(java.util.Collection<GridCellPropertyType> values) |
FeasibilityStudyType |
withCell(GridCellPropertyType... values) |
FeasibilityStudyType |
withCell(java.util.List<GridCellPropertyType> value) |
FeasibilityStudyType |
withEstimatedCost(MeasureType value) |
FeasibilityStudyType |
withExpirationDate(javax.xml.datatype.XMLGregorianCalendar value) |
FeasibilityStudyType |
withExtension(java.util.Collection<java.lang.Object> values) |
FeasibilityStudyType |
withExtension(java.util.List<java.lang.Object> value) |
FeasibilityStudyType |
withExtension(java.lang.Object... values) |
FeasibilityStudyType |
withId(java.lang.String value) |
FeasibilityStudyType |
withInformationUsed(java.util.Collection<java.lang.String> values) |
FeasibilityStudyType |
withInformationUsed(java.util.List<java.lang.String> value) |
FeasibilityStudyType |
withInformationUsed(java.lang.String... values) |
FeasibilityStudyType |
withSegment(java.util.Collection<SegmentPropertyType> values) |
FeasibilityStudyType |
withSegment(java.util.List<SegmentPropertyType> value) |
FeasibilityStudyType |
withSegment(SegmentPropertyType... values) |
FeasibilityStudyType |
withSuccessRate(double value) |
protected javax.xml.datatype.XMLGregorianCalendar expirationDate
protected MeasureType estimatedCost
protected double successRate
protected java.util.List<java.lang.String> informationUsed
protected java.util.List<java.lang.Object> extension
protected java.util.List<SegmentPropertyType> segment
protected java.util.List<GridCellPropertyType> cell
protected java.lang.String id
public javax.xml.datatype.XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetExpirationDate()
public MeasureType getEstimatedCost()
MeasureTypepublic void setEstimatedCost(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetEstimatedCost()
public double getSuccessRate()
public void setSuccessRate(double value)
public boolean isSetSuccessRate()
public java.util.List<java.lang.String> getInformationUsed()
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 informationUsed property.
For example, to add a new item, do as follows:
getInformationUsed().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetInformationUsed()
public void unsetInformationUsed()
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.util.List<SegmentPropertyType> getSegment()
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 segment property.
For example, to add a new item, do as follows:
getSegment().add(newItem);
Objects of the following type(s) are allowed in the list
SegmentPropertyType
public boolean isSetSegment()
public void unsetSegment()
public java.util.List<GridCellPropertyType> getCell()
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 cell property.
For example, to add a new item, do as follows:
getCell().add(newItem);
Objects of the following type(s) are allowed in the list
GridCellPropertyType
public boolean isSetCell()
public void unsetCell()
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 setInformationUsed(java.util.List<java.lang.String> value)
public void setExtension(java.util.List<java.lang.Object> value)
public void setSegment(java.util.List<SegmentPropertyType> value)
public void setCell(java.util.List<GridCellPropertyType> value)
public FeasibilityStudyType withExpirationDate(javax.xml.datatype.XMLGregorianCalendar value)
public FeasibilityStudyType withEstimatedCost(MeasureType value)
public FeasibilityStudyType withSuccessRate(double value)
public FeasibilityStudyType withInformationUsed(java.lang.String... values)
public FeasibilityStudyType withInformationUsed(java.util.Collection<java.lang.String> values)
public FeasibilityStudyType withExtension(java.lang.Object... values)
public FeasibilityStudyType withExtension(java.util.Collection<java.lang.Object> values)
public FeasibilityStudyType withSegment(SegmentPropertyType... values)
public FeasibilityStudyType withSegment(java.util.Collection<SegmentPropertyType> values)
public FeasibilityStudyType withCell(GridCellPropertyType... values)
public FeasibilityStudyType withCell(java.util.Collection<GridCellPropertyType> values)
public FeasibilityStudyType withId(java.lang.String value)
public FeasibilityStudyType withInformationUsed(java.util.List<java.lang.String> value)
public FeasibilityStudyType withExtension(java.util.List<java.lang.Object> value)
public FeasibilityStudyType withSegment(java.util.List<SegmentPropertyType> value)
public FeasibilityStudyType withCell(java.util.List<GridCellPropertyType> value)
Copyright © 2008-2021. All Rights Reserved.