net.opengis.citygml.waterbody.v_1_0
Class WaterGroundSurfaceType

java.lang.Object
  extended by net.opengis.gml.v_3_1_1.AbstractGMLType
      extended by net.opengis.gml.v_3_1_1.AbstractFeatureType
          extended by net.opengis.citygml.v_1_0.AbstractCityObjectType
              extended by net.opengis.citygml.waterbody.v_1_0.AbstractWaterBoundarySurfaceType
                  extended by net.opengis.citygml.waterbody.v_1_0.WaterGroundSurfaceType
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 WaterGroundSurfaceType
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 ground surface of a water body, i.e. the boundary to the digital terrain model. As subclass of _CityObject, a WaterGroundSurface inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

Java class for WaterGroundSurfaceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WaterGroundSurfaceType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/waterbody/1.0}AbstractWaterBoundarySurfaceType">
       <sequence>
         <element ref="{http://www.opengis.net/citygml/waterbody/1.0}_GenericApplicationPropertyOfWaterGroundSurface" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> genericApplicationPropertyOfWaterGroundSurface
           
 
Fields inherited from class net.opengis.citygml.waterbody.v_1_0.AbstractWaterBoundarySurfaceType
genericApplicationPropertyOfWaterBoundarySurface, lod2Surface, lod3Surface, lod4Surface
 
Fields inherited from class net.opengis.citygml.v_1_0.AbstractCityObjectType
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, terminationDate
 
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
boundedBy, location
 
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
WaterGroundSurfaceType()
           
 
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> getGenericApplicationPropertyOfWaterGroundSurface()
          Gets the value of the genericApplicationPropertyOfWaterGroundSurface property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetGenericApplicationPropertyOfWaterGroundSurface()
           
 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 setGenericApplicationPropertyOfWaterGroundSurface(List<Object> value)
           
 String toString()
           
 void unsetGenericApplicationPropertyOfWaterGroundSurface()
           
 WaterGroundSurfaceType withCreationDate(XMLGregorianCalendar value)
           
 WaterGroundSurfaceType withExternalReference(Collection<ExternalReferenceType> values)
           
 WaterGroundSurfaceType withExternalReference(ExternalReferenceType... values)
           
 WaterGroundSurfaceType withExternalReference(List<ExternalReferenceType> value)
           
 WaterGroundSurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
           
 WaterGroundSurfaceType withGeneralizesTo(GeneralizationRelationType... values)
           
 WaterGroundSurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(Collection<Object> values)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(List<Object> value)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(Object... values)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfWaterGroundSurface(Collection<Object> values)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfWaterGroundSurface(List<Object> value)
           
 WaterGroundSurfaceType withGenericApplicationPropertyOfWaterGroundSurface(Object... values)
           
 WaterGroundSurfaceType withLod2Surface(SurfacePropertyType value)
           
 WaterGroundSurfaceType withLod3Surface(SurfacePropertyType value)
           
 WaterGroundSurfaceType withLod4Surface(SurfacePropertyType value)
           
 WaterGroundSurfaceType withTerminationDate(XMLGregorianCalendar 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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

genericApplicationPropertyOfWaterGroundSurface

protected List<Object> genericApplicationPropertyOfWaterGroundSurface
Constructor Detail

WaterGroundSurfaceType

public WaterGroundSurfaceType()
Method Detail

getGenericApplicationPropertyOfWaterGroundSurface

public List<Object> getGenericApplicationPropertyOfWaterGroundSurface()
Gets the value of the genericApplicationPropertyOfWaterGroundSurface 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 genericApplicationPropertyOfWaterGroundSurface property.

For example, to add a new item, do as follows:

    getGenericApplicationPropertyOfWaterGroundSurface().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetGenericApplicationPropertyOfWaterGroundSurface

public boolean isSetGenericApplicationPropertyOfWaterGroundSurface()

unsetGenericApplicationPropertyOfWaterGroundSurface

public void unsetGenericApplicationPropertyOfWaterGroundSurface()

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

setGenericApplicationPropertyOfWaterGroundSurface

public void setGenericApplicationPropertyOfWaterGroundSurface(List<Object> value)

withGenericApplicationPropertyOfWaterGroundSurface

public WaterGroundSurfaceType withGenericApplicationPropertyOfWaterGroundSurface(Object... values)

withGenericApplicationPropertyOfWaterGroundSurface

public WaterGroundSurfaceType withGenericApplicationPropertyOfWaterGroundSurface(Collection<Object> values)

withGenericApplicationPropertyOfWaterGroundSurface

public WaterGroundSurfaceType withGenericApplicationPropertyOfWaterGroundSurface(List<Object> value)

withLod2Surface

public WaterGroundSurfaceType withLod2Surface(SurfacePropertyType value)
Overrides:
withLod2Surface in class AbstractWaterBoundarySurfaceType

withLod3Surface

public WaterGroundSurfaceType withLod3Surface(SurfacePropertyType value)
Overrides:
withLod3Surface in class AbstractWaterBoundarySurfaceType

withLod4Surface

public WaterGroundSurfaceType withLod4Surface(SurfacePropertyType value)
Overrides:
withLod4Surface in class AbstractWaterBoundarySurfaceType

withGenericApplicationPropertyOfWaterBoundarySurface

public WaterGroundSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(Object... values)
Overrides:
withGenericApplicationPropertyOfWaterBoundarySurface in class AbstractWaterBoundarySurfaceType

withGenericApplicationPropertyOfWaterBoundarySurface

public WaterGroundSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(Collection<Object> values)
Overrides:
withGenericApplicationPropertyOfWaterBoundarySurface in class AbstractWaterBoundarySurfaceType

withGenericApplicationPropertyOfWaterBoundarySurface

public WaterGroundSurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(List<Object> value)
Overrides:
withGenericApplicationPropertyOfWaterBoundarySurface in class AbstractWaterBoundarySurfaceType

withCreationDate

public WaterGroundSurfaceType withCreationDate(XMLGregorianCalendar value)
Overrides:
withCreationDate in class AbstractWaterBoundarySurfaceType

withTerminationDate

public WaterGroundSurfaceType withTerminationDate(XMLGregorianCalendar value)
Overrides:
withTerminationDate in class AbstractWaterBoundarySurfaceType

withExternalReference

public WaterGroundSurfaceType withExternalReference(ExternalReferenceType... values)
Overrides:
withExternalReference in class AbstractWaterBoundarySurfaceType

withExternalReference

public WaterGroundSurfaceType withExternalReference(Collection<ExternalReferenceType> values)
Overrides:
withExternalReference in class AbstractWaterBoundarySurfaceType

withGeneralizesTo

public WaterGroundSurfaceType withGeneralizesTo(GeneralizationRelationType... values)
Overrides:
withGeneralizesTo in class AbstractWaterBoundarySurfaceType

withGeneralizesTo

public WaterGroundSurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
Overrides:
withGeneralizesTo in class AbstractWaterBoundarySurfaceType

withGenericApplicationPropertyOfCityObject

public WaterGroundSurfaceType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractWaterBoundarySurfaceType

withGenericApplicationPropertyOfCityObject

public WaterGroundSurfaceType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractWaterBoundarySurfaceType

withExternalReference

public WaterGroundSurfaceType withExternalReference(List<ExternalReferenceType> value)
Overrides:
withExternalReference in class AbstractWaterBoundarySurfaceType

withGeneralizesTo

public WaterGroundSurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
Overrides:
withGeneralizesTo in class AbstractWaterBoundarySurfaceType

withGenericApplicationPropertyOfCityObject

public WaterGroundSurfaceType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractWaterBoundarySurfaceType


Copyright © 2008-2015. All Rights Reserved.