net.opengis.citygml.landuse.v_1_0
Class LandUseType

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.landuse.v_1_0.LandUseType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class LandUseType
extends AbstractCityObjectType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Type describing the class for Land Use in all LOD. LandUse objects describe areas of the earth’s surface dedicated to a specific land use. The geometry must consist of 3-D surfaces. As subclass of _CityObject, a LandUse inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

Java class for LandUseType complex type.

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

 <complexType name="LandUseType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/1.0}AbstractCityObjectType">
       <sequence>
         <element name="class" type="{http://www.opengis.net/citygml/landuse/1.0}LandUseClassType" minOccurs="0"/>
         <element name="function" type="{http://www.opengis.net/citygml/landuse/1.0}LandUseFunctionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="usage" type="{http://www.opengis.net/citygml/landuse/1.0}LandUseUsageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lod0MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod1MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod2MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/landuse/1.0}_GenericApplicationPropertyOfLandUse" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String clazz
           
protected  List<String> function
           
protected  List<Object> genericApplicationPropertyOfLandUse
           
protected  MultiSurfacePropertyType lod0MultiSurface
           
protected  MultiSurfacePropertyType lod1MultiSurface
           
protected  MultiSurfacePropertyType lod2MultiSurface
           
protected  MultiSurfacePropertyType lod3MultiSurface
           
protected  MultiSurfacePropertyType lod4MultiSurface
           
protected  List<String> usage
           
 
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
LandUseType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
           
 String getClazz()
          Gets the value of the clazz property.
 List<String> getFunction()
          Gets the value of the function property.
 List<Object> getGenericApplicationPropertyOfLandUse()
          Gets the value of the genericApplicationPropertyOfLandUse property.
 MultiSurfacePropertyType getLod0MultiSurface()
          Gets the value of the lod0MultiSurface property.
 MultiSurfacePropertyType getLod1MultiSurface()
          Gets the value of the lod1MultiSurface property.
 MultiSurfacePropertyType getLod2MultiSurface()
          Gets the value of the lod2MultiSurface property.
 MultiSurfacePropertyType getLod3MultiSurface()
          Gets the value of the lod3MultiSurface property.
 MultiSurfacePropertyType getLod4MultiSurface()
          Gets the value of the lod4MultiSurface property.
 List<String> getUsage()
          Gets the value of the usage property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetClazz()
           
 boolean isSetFunction()
           
 boolean isSetGenericApplicationPropertyOfLandUse()
           
 boolean isSetLod0MultiSurface()
           
 boolean isSetLod1MultiSurface()
           
 boolean isSetLod2MultiSurface()
           
 boolean isSetLod3MultiSurface()
           
 boolean isSetLod4MultiSurface()
           
 boolean isSetUsage()
           
 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.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setClazz(String value)
          Sets the value of the clazz property.
 void setFunction(List<String> value)
           
 void setGenericApplicationPropertyOfLandUse(List<Object> value)
           
 void setLod0MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod0MultiSurface property.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod1MultiSurface property.
 void setLod2MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod2MultiSurface property.
 void setLod3MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod3MultiSurface property.
 void setLod4MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod4MultiSurface property.
 void setUsage(List<String> value)
           
 String toString()
           
 void unsetFunction()
           
 void unsetGenericApplicationPropertyOfLandUse()
           
 void unsetUsage()
           
 LandUseType withClazz(String value)
           
 LandUseType withCreationDate(XMLGregorianCalendar value)
           
 LandUseType withExternalReference(Collection<ExternalReferenceType> values)
           
 LandUseType withExternalReference(ExternalReferenceType... values)
           
 LandUseType withExternalReference(List<ExternalReferenceType> value)
           
 LandUseType withFunction(Collection<String> values)
           
 LandUseType withFunction(List<String> value)
           
 LandUseType withFunction(String... values)
           
 LandUseType withGeneralizesTo(Collection<GeneralizationRelationType> values)
           
 LandUseType withGeneralizesTo(GeneralizationRelationType... values)
           
 LandUseType withGeneralizesTo(List<GeneralizationRelationType> value)
           
 LandUseType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
           
 LandUseType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
           
 LandUseType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
           
 LandUseType withGenericApplicationPropertyOfLandUse(Collection<Object> values)
           
 LandUseType withGenericApplicationPropertyOfLandUse(List<Object> value)
           
 LandUseType withGenericApplicationPropertyOfLandUse(Object... values)
           
 LandUseType withLod0MultiSurface(MultiSurfacePropertyType value)
           
 LandUseType withLod1MultiSurface(MultiSurfacePropertyType value)
           
 LandUseType withLod2MultiSurface(MultiSurfacePropertyType value)
           
 LandUseType withLod3MultiSurface(MultiSurfacePropertyType value)
           
 LandUseType withLod4MultiSurface(MultiSurfacePropertyType value)
           
 LandUseType withTerminationDate(XMLGregorianCalendar value)
           
 LandUseType withUsage(Collection<String> values)
           
 LandUseType withUsage(List<String> value)
           
 LandUseType withUsage(String... values)
           
 
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

clazz

protected String clazz

function

protected List<String> function

usage

protected List<String> usage

lod0MultiSurface

protected MultiSurfacePropertyType lod0MultiSurface

lod1MultiSurface

protected MultiSurfacePropertyType lod1MultiSurface

lod2MultiSurface

protected MultiSurfacePropertyType lod2MultiSurface

lod3MultiSurface

protected MultiSurfacePropertyType lod3MultiSurface

lod4MultiSurface

protected MultiSurfacePropertyType lod4MultiSurface

genericApplicationPropertyOfLandUse

protected List<Object> genericApplicationPropertyOfLandUse
Constructor Detail

LandUseType

public LandUseType()
Method Detail

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

isSetClazz

public boolean isSetClazz()

getFunction

public List<String> getFunction()
Gets the value of the function 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 function property.

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

    getFunction().add(newItem);
 

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


isSetFunction

public boolean isSetFunction()

unsetFunction

public void unsetFunction()

getUsage

public List<String> getUsage()
Gets the value of the usage 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 usage property.

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

    getUsage().add(newItem);
 

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


isSetUsage

public boolean isSetUsage()

unsetUsage

public void unsetUsage()

getLod0MultiSurface

public MultiSurfacePropertyType getLod0MultiSurface()
Gets the value of the lod0MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod0MultiSurface

public void setLod0MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod0MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod0MultiSurface

public boolean isSetLod0MultiSurface()

getLod1MultiSurface

public MultiSurfacePropertyType getLod1MultiSurface()
Gets the value of the lod1MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod1MultiSurface

public void setLod1MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod1MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod1MultiSurface

public boolean isSetLod1MultiSurface()

getLod2MultiSurface

public MultiSurfacePropertyType getLod2MultiSurface()
Gets the value of the lod2MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod2MultiSurface

public void setLod2MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod2MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod2MultiSurface

public boolean isSetLod2MultiSurface()

getLod3MultiSurface

public MultiSurfacePropertyType getLod3MultiSurface()
Gets the value of the lod3MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod3MultiSurface

public void setLod3MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod3MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod3MultiSurface

public boolean isSetLod3MultiSurface()

getLod4MultiSurface

public MultiSurfacePropertyType getLod4MultiSurface()
Gets the value of the lod4MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod4MultiSurface

public void setLod4MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod4MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod4MultiSurface

public boolean isSetLod4MultiSurface()

getGenericApplicationPropertyOfLandUse

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

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

    getGenericApplicationPropertyOfLandUse().add(newItem);
 

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


isSetGenericApplicationPropertyOfLandUse

public boolean isSetGenericApplicationPropertyOfLandUse()

unsetGenericApplicationPropertyOfLandUse

public void unsetGenericApplicationPropertyOfLandUse()

toString

public String toString()
Overrides:
toString in class AbstractCityObjectType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractCityObjectType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractCityObjectType

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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractCityObjectType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractCityObjectType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractCityObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractCityObjectType

clone

public Object clone()
Overrides:
clone in class AbstractCityObjectType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractCityObjectType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractCityObjectType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractCityObjectType

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.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractCityObjectType

setFunction

public void setFunction(List<String> value)

setUsage

public void setUsage(List<String> value)

setGenericApplicationPropertyOfLandUse

public void setGenericApplicationPropertyOfLandUse(List<Object> value)

withClazz

public LandUseType withClazz(String value)

withFunction

public LandUseType withFunction(String... values)

withFunction

public LandUseType withFunction(Collection<String> values)

withUsage

public LandUseType withUsage(String... values)

withUsage

public LandUseType withUsage(Collection<String> values)

withLod0MultiSurface

public LandUseType withLod0MultiSurface(MultiSurfacePropertyType value)

withLod1MultiSurface

public LandUseType withLod1MultiSurface(MultiSurfacePropertyType value)

withLod2MultiSurface

public LandUseType withLod2MultiSurface(MultiSurfacePropertyType value)

withLod3MultiSurface

public LandUseType withLod3MultiSurface(MultiSurfacePropertyType value)

withLod4MultiSurface

public LandUseType withLod4MultiSurface(MultiSurfacePropertyType value)

withGenericApplicationPropertyOfLandUse

public LandUseType withGenericApplicationPropertyOfLandUse(Object... values)

withGenericApplicationPropertyOfLandUse

public LandUseType withGenericApplicationPropertyOfLandUse(Collection<Object> values)

withFunction

public LandUseType withFunction(List<String> value)

withUsage

public LandUseType withUsage(List<String> value)

withGenericApplicationPropertyOfLandUse

public LandUseType withGenericApplicationPropertyOfLandUse(List<Object> value)

withCreationDate

public LandUseType withCreationDate(XMLGregorianCalendar value)
Overrides:
withCreationDate in class AbstractCityObjectType

withTerminationDate

public LandUseType withTerminationDate(XMLGregorianCalendar value)
Overrides:
withTerminationDate in class AbstractCityObjectType

withExternalReference

public LandUseType withExternalReference(ExternalReferenceType... values)
Overrides:
withExternalReference in class AbstractCityObjectType

withExternalReference

public LandUseType withExternalReference(Collection<ExternalReferenceType> values)
Overrides:
withExternalReference in class AbstractCityObjectType

withGeneralizesTo

public LandUseType withGeneralizesTo(GeneralizationRelationType... values)
Overrides:
withGeneralizesTo in class AbstractCityObjectType

withGeneralizesTo

public LandUseType withGeneralizesTo(Collection<GeneralizationRelationType> values)
Overrides:
withGeneralizesTo in class AbstractCityObjectType

withGenericApplicationPropertyOfCityObject

public LandUseType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectType

withGenericApplicationPropertyOfCityObject

public LandUseType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectType

withExternalReference

public LandUseType withExternalReference(List<ExternalReferenceType> value)
Overrides:
withExternalReference in class AbstractCityObjectType

withGeneralizesTo

public LandUseType withGeneralizesTo(List<GeneralizationRelationType> value)
Overrides:
withGeneralizesTo in class AbstractCityObjectType

withGenericApplicationPropertyOfCityObject

public LandUseType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectType


Copyright © 2008-2015. All Rights Reserved.