public abstract class AbstractWaterBoundarySurfaceType extends AbstractCityObjectType 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
Java class for AbstractWaterBoundarySurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractWaterBoundarySurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/2.0}AbstractCityObjectType">
<sequence>
<element name="lod2Surface" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
<element name="lod3Surface" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
<element name="lod4Surface" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/waterbody/2.0}_GenericApplicationPropertyOfWaterBoundarySurface" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
genericApplicationPropertyOfWaterBoundarySurface |
protected SurfacePropertyType |
lod2Surface |
protected SurfacePropertyType |
lod3Surface |
protected SurfacePropertyType |
lod4Surface |
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
AbstractWaterBoundarySurfaceType() |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObjectgetBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNameprotected SurfacePropertyType lod2Surface
protected SurfacePropertyType lod3Surface
protected SurfacePropertyType lod4Surface
public SurfacePropertyType getLod2Surface()
SurfacePropertyTypepublic void setLod2Surface(SurfacePropertyType value)
value - allowed object is
SurfacePropertyTypepublic boolean isSetLod2Surface()
public SurfacePropertyType getLod3Surface()
SurfacePropertyTypepublic void setLod3Surface(SurfacePropertyType value)
value - allowed object is
SurfacePropertyTypepublic boolean isSetLod3Surface()
public SurfacePropertyType getLod4Surface()
SurfacePropertyTypepublic void setLod4Surface(SurfacePropertyType value)
value - allowed object is
SurfacePropertyTypepublic boolean isSetLod4Surface()
public List<Object> getGenericApplicationPropertyOfWaterBoundarySurface()
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 genericApplicationPropertyOfWaterBoundarySurface property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfWaterBoundarySurface().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfWaterBoundarySurface()
public void unsetGenericApplicationPropertyOfWaterBoundarySurface()
public String toString()
toString in class AbstractCityObjectTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractCityObjectTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractCityObjectTypepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractCityObjectTypepublic boolean equals(Object object)
equals in class AbstractCityObjectTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractCityObjectTypepublic int hashCode()
hashCode in class AbstractCityObjectTypepublic Object clone()
clone in class AbstractCityObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCityObjectTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCityObjectTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCityObjectTypepublic 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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCityObjectTypepublic void setGenericApplicationPropertyOfWaterBoundarySurface(List<Object> value)
public AbstractWaterBoundarySurfaceType withLod2Surface(SurfacePropertyType value)
public AbstractWaterBoundarySurfaceType withLod3Surface(SurfacePropertyType value)
public AbstractWaterBoundarySurfaceType withLod4Surface(SurfacePropertyType value)
public AbstractWaterBoundarySurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(Object... values)
public AbstractWaterBoundarySurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(Collection<Object> values)
public AbstractWaterBoundarySurfaceType withGenericApplicationPropertyOfWaterBoundarySurface(List<Object> value)
public AbstractWaterBoundarySurfaceType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractWaterBoundarySurfaceType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypeCopyright © 2008–2023. All rights reserved.