net.opengis.citygml.waterbody.v_1_0
Class WaterSurfaceType
java.lang.Object
net.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.citygml.v_1_0.AbstractCityObjectType
net.opengis.citygml.waterbody.v_1_0.AbstractWaterBoundarySurfaceType
net.opengis.citygml.waterbody.v_1_0.WaterSurfaceType
- All Implemented Interfaces:
- 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
public class WaterSurfaceType
- extends AbstractWaterBoundarySurfaceType
- 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
Type describing the surface of a water body, which separates the water from the air. As subclass of
_CityObject, a WaterSurface inherits all attributes and relations, in particular an id, names, external
references, and generalization relations.
Java class for WaterSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WaterSurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/waterbody/1.0}AbstractWaterBoundarySurfaceType">
<sequence>
<element name="waterLevel" type="{http://www.opengis.net/citygml/waterbody/1.0}WaterLevelType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/waterbody/1.0}_GenericApplicationPropertyOfWaterSurface" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
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)
|
List<Object> |
getGenericApplicationPropertyOfWaterSurface()
Gets the value of the genericApplicationPropertyOfWaterSurface property. |
String |
getWaterLevel()
Gets the value of the waterLevel property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetGenericApplicationPropertyOfWaterSurface()
|
boolean |
isSetWaterLevel()
|
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 |
setGenericApplicationPropertyOfWaterSurface(List<Object> value)
|
void |
setWaterLevel(String value)
Sets the value of the waterLevel property. |
String |
toString()
|
void |
unsetGenericApplicationPropertyOfWaterSurface()
|
WaterSurfaceType |
withCreationDate(XMLGregorianCalendar value)
|
WaterSurfaceType |
withExternalReference(Collection<ExternalReferenceType> values)
|
WaterSurfaceType |
withExternalReference(ExternalReferenceType... values)
|
WaterSurfaceType |
withExternalReference(List<ExternalReferenceType> value)
|
WaterSurfaceType |
withGeneralizesTo(Collection<GeneralizationRelationType> values)
|
WaterSurfaceType |
withGeneralizesTo(GeneralizationRelationType... values)
|
WaterSurfaceType |
withGeneralizesTo(List<GeneralizationRelationType> value)
|
WaterSurfaceType |
withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
|
WaterSurfaceType |
withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
|
WaterSurfaceType |
withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
|
WaterSurfaceType |
withGenericApplicationPropertyOfWaterBoundarySurface(Collection<Object> values)
|
WaterSurfaceType |
withGenericApplicationPropertyOfWaterBoundarySurface(List<Object> value)
|
WaterSurfaceType |
withGenericApplicationPropertyOfWaterBoundarySurface(Object... values)
|
WaterSurfaceType |
withGenericApplicationPropertyOfWaterSurface(Collection<Object> values)
|
WaterSurfaceType |
withGenericApplicationPropertyOfWaterSurface(List<Object> value)
|
WaterSurfaceType |
withGenericApplicationPropertyOfWaterSurface(Object... values)
|
WaterSurfaceType |
withLod2Surface(SurfacePropertyType value)
|
WaterSurfaceType |
withLod3Surface(SurfacePropertyType value)
|
WaterSurfaceType |
withLod4Surface(SurfacePropertyType value)
|
WaterSurfaceType |
withTerminationDate(XMLGregorianCalendar value)
|
WaterSurfaceType |
withWaterLevel(String value)
|
| Methods inherited from class net.opengis.citygml.waterbody.v_1_0.AbstractWaterBoundarySurfaceType |
getGenericApplicationPropertyOfWaterBoundarySurface, getLod2Surface, getLod3Surface, getLod4Surface, isSetGenericApplicationPropertyOfWaterBoundarySurface, isSetLod2Surface, isSetLod3Surface, isSetLod4Surface, setGenericApplicationPropertyOfWaterBoundarySurface, setLod2Surface, setLod3Surface, setLod4Surface, unsetGenericApplicationPropertyOfWaterBoundarySurface |
| Methods inherited from class net.opengis.citygml.v_1_0.AbstractCityObjectType |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
waterLevel
protected String waterLevel
genericApplicationPropertyOfWaterSurface
protected List<Object> genericApplicationPropertyOfWaterSurface
WaterSurfaceType
public WaterSurfaceType()
getWaterLevel
public String getWaterLevel()
- Gets the value of the waterLevel property.
- Returns:
- possible object is
String
setWaterLevel
public void setWaterLevel(String value)
- Sets the value of the waterLevel property.
- Parameters:
value - allowed object is
String
isSetWaterLevel
public boolean isSetWaterLevel()
getGenericApplicationPropertyOfWaterSurface
public List<Object> getGenericApplicationPropertyOfWaterSurface()
- Gets the value of the genericApplicationPropertyOfWaterSurface 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 JAXB object.
This is why there is not a set method for the genericApplicationPropertyOfWaterSurface property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfWaterSurface().add(newItem);
Objects of the following type(s) are allowed in the list
Object
isSetGenericApplicationPropertyOfWaterSurface
public boolean isSetGenericApplicationPropertyOfWaterSurface()
unsetGenericApplicationPropertyOfWaterSurface
public void unsetGenericApplicationPropertyOfWaterSurface()
toString
public String toString()
- Overrides:
toString in class AbstractWaterBoundarySurfaceType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
append in class AbstractWaterBoundarySurfaceType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFields in class AbstractWaterBoundarySurfaceType
equals
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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equals in class AbstractWaterBoundarySurfaceType
equals
public boolean equals(Object object)
- Overrides:
equals in class AbstractWaterBoundarySurfaceType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCode in class AbstractWaterBoundarySurfaceType
hashCode
public int hashCode()
- Overrides:
hashCode in class AbstractWaterBoundarySurfaceType
clone
public Object clone()
- Overrides:
clone in class AbstractWaterBoundarySurfaceType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class AbstractWaterBoundarySurfaceType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class AbstractWaterBoundarySurfaceType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class AbstractWaterBoundarySurfaceType
mergeFrom
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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class AbstractWaterBoundarySurfaceType
setGenericApplicationPropertyOfWaterSurface
public void setGenericApplicationPropertyOfWaterSurface(List<Object> value)
withWaterLevel
public WaterSurfaceType withWaterLevel(String value)
withGenericApplicationPropertyOfWaterSurface
public WaterSurfaceType withGenericApplicationPropertyOfWaterSurface(Object... values)
withGenericApplicationPropertyOfWaterSurface
public WaterSurfaceType withGenericApplicationPropertyOfWaterSurface(Collection<Object> values)
withGenericApplicationPropertyOfWaterSurface
public WaterSurfaceType withGenericApplicationPropertyOfWaterSurface(List<Object> value)
withLod2Surface
public WaterSurfaceType withLod2Surface(SurfacePropertyType value)
- Overrides:
withLod2Surface in class AbstractWaterBoundarySurfaceType
withLod3Surface
public WaterSurfaceType withLod3Surface(SurfacePropertyType value)
- Overrides:
withLod3Surface in class AbstractWaterBoundarySurfaceType
withLod4Surface
public WaterSurfaceType withLod4Surface(SurfacePropertyType value)
- Overrides:
withLod4Surface in class AbstractWaterBoundarySurfaceType
withGenericApplicationPropertyOfWaterBoundarySurface
public WaterSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(Object... values)
- Overrides:
withGenericApplicationPropertyOfWaterBoundarySurface in class AbstractWaterBoundarySurfaceType
withGenericApplicationPropertyOfWaterBoundarySurface
public WaterSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfWaterBoundarySurface in class AbstractWaterBoundarySurfaceType
withGenericApplicationPropertyOfWaterBoundarySurface
public WaterSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfWaterBoundarySurface in class AbstractWaterBoundarySurfaceType
withCreationDate
public WaterSurfaceType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDate in class AbstractWaterBoundarySurfaceType
withTerminationDate
public WaterSurfaceType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDate in class AbstractWaterBoundarySurfaceType
withExternalReference
public WaterSurfaceType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReference in class AbstractWaterBoundarySurfaceType
withExternalReference
public WaterSurfaceType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReference in class AbstractWaterBoundarySurfaceType
withGeneralizesTo
public WaterSurfaceType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesTo in class AbstractWaterBoundarySurfaceType
withGeneralizesTo
public WaterSurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesTo in class AbstractWaterBoundarySurfaceType
withGenericApplicationPropertyOfCityObject
public WaterSurfaceType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractWaterBoundarySurfaceType
withGenericApplicationPropertyOfCityObject
public WaterSurfaceType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractWaterBoundarySurfaceType
withExternalReference
public WaterSurfaceType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReference in class AbstractWaterBoundarySurfaceType
withGeneralizesTo
public WaterSurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesTo in class AbstractWaterBoundarySurfaceType
withGenericApplicationPropertyOfCityObject
public WaterSurfaceType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractWaterBoundarySurfaceType
Copyright © 2008-2015. All Rights Reserved.