org.citygml4j.jaxb.citygml._0_4
Class BoundedByWaterSurfacePropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AssociationType
      extended by org.citygml4j.jaxb.citygml._0_4.BoundedByWaterSurfacePropertyType

public class BoundedByWaterSurfacePropertyType
extends AssociationType

A type for a property of a Water Body denoting its boundary, which is a water surface. Since an attribute group for enabling the use of references is provided, the relation may be given by a reference to a WaterBoundarySurface defined elsewhere or by the inline definition of a WaterBoundarySurface.

Java class for BoundedByWaterSurfacePropertyType complex type.

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

 <complexType name="BoundedByWaterSurfacePropertyType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}AssociationType">
       <sequence minOccurs="0">
         <element ref="{http://www.citygml.org/citygml/1/0/0}_WaterBoundarySurface"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
BoundedByWaterSurfacePropertyType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AssociationType
get_ADEComponent, get_Object, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_ADEComponent, isSet_Object, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_ADEComponent, set_Object, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundedByWaterSurfacePropertyType

public BoundedByWaterSurfacePropertyType()