net.opengis.citygml.vegetation.v_1_0
Class PlantCoverType

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.vegetation.v_1_0.AbstractVegetationObjectType
                  extended by net.opengis.citygml.vegetation.v_1_0.PlantCoverType
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 PlantCoverType
extends AbstractVegetationObjectType
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 Plant Covers resp. Biotopes. As subclass of _CityObject, a VegetationObject inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

Java class for PlantCoverType complex type.

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

 <complexType name="PlantCoverType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/vegetation/1.0}AbstractVegetationObjectType">
       <sequence>
         <element name="class" type="{http://www.opengis.net/citygml/vegetation/1.0}PlantCoverClassType" minOccurs="0"/>
         <element name="function" type="{http://www.opengis.net/citygml/vegetation/1.0}PlantCoverFunctionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="averageHeight" type="{http://www.opengis.net/gml}LengthType" 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 name="lod1MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/>
         <element name="lod2MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/>
         <element name="lod3MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/vegetation/1.0}_GenericApplicationPropertyOfPlantCover" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  LengthType averageHeight
           
protected  String clazz
           
protected  List<String> function
           
protected  List<Object> genericApplicationPropertyOfPlantCover
           
protected  MultiSolidPropertyType lod1MultiSolid
           
protected  MultiSurfacePropertyType lod1MultiSurface
           
protected  MultiSolidPropertyType lod2MultiSolid
           
protected  MultiSurfacePropertyType lod2MultiSurface
           
protected  MultiSolidPropertyType lod3MultiSolid
           
protected  MultiSurfacePropertyType lod3MultiSurface
           
protected  MultiSurfacePropertyType lod4MultiSurface
           
 
Fields inherited from class net.opengis.citygml.vegetation.v_1_0.AbstractVegetationObjectType
genericApplicationPropertyOfVegetationObject
 
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
PlantCoverType()
           
 
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)
           
 LengthType getAverageHeight()
          Gets the value of the averageHeight property.
 String getClazz()
          Gets the value of the clazz property.
 List<String> getFunction()
          Gets the value of the function property.
 List<Object> getGenericApplicationPropertyOfPlantCover()
          Gets the value of the genericApplicationPropertyOfPlantCover property.
 MultiSolidPropertyType getLod1MultiSolid()
          Gets the value of the lod1MultiSolid property.
 MultiSurfacePropertyType getLod1MultiSurface()
          Gets the value of the lod1MultiSurface property.
 MultiSolidPropertyType getLod2MultiSolid()
          Gets the value of the lod2MultiSolid property.
 MultiSurfacePropertyType getLod2MultiSurface()
          Gets the value of the lod2MultiSurface property.
 MultiSolidPropertyType getLod3MultiSolid()
          Gets the value of the lod3MultiSolid property.
 MultiSurfacePropertyType getLod3MultiSurface()
          Gets the value of the lod3MultiSurface property.
 MultiSurfacePropertyType getLod4MultiSurface()
          Gets the value of the lod4MultiSurface property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAverageHeight()
           
 boolean isSetClazz()
           
 boolean isSetFunction()
           
 boolean isSetGenericApplicationPropertyOfPlantCover()
           
 boolean isSetLod1MultiSolid()
           
 boolean isSetLod1MultiSurface()
           
 boolean isSetLod2MultiSolid()
           
 boolean isSetLod2MultiSurface()
           
 boolean isSetLod3MultiSolid()
           
 boolean isSetLod3MultiSurface()
           
 boolean isSetLod4MultiSurface()
           
 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 setAverageHeight(LengthType value)
          Sets the value of the averageHeight property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setFunction(List<String> value)
           
 void setGenericApplicationPropertyOfPlantCover(List<Object> value)
           
 void setLod1MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod1MultiSolid property.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod1MultiSurface property.
 void setLod2MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod2MultiSolid property.
 void setLod2MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod2MultiSurface property.
 void setLod3MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod3MultiSolid property.
 void setLod3MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod3MultiSurface property.
 void setLod4MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod4MultiSurface property.
 String toString()
           
 void unsetFunction()
           
 void unsetGenericApplicationPropertyOfPlantCover()
           
 PlantCoverType withAverageHeight(LengthType value)
           
 PlantCoverType withClazz(String value)
           
 PlantCoverType withCreationDate(XMLGregorianCalendar value)
           
 PlantCoverType withExternalReference(Collection<ExternalReferenceType> values)
           
 PlantCoverType withExternalReference(ExternalReferenceType... values)
           
 PlantCoverType withExternalReference(List<ExternalReferenceType> value)
           
 PlantCoverType withFunction(Collection<String> values)
           
 PlantCoverType withFunction(List<String> value)
           
 PlantCoverType withFunction(String... values)
           
 PlantCoverType withGeneralizesTo(Collection<GeneralizationRelationType> values)
           
 PlantCoverType withGeneralizesTo(GeneralizationRelationType... values)
           
 PlantCoverType withGeneralizesTo(List<GeneralizationRelationType> value)
           
 PlantCoverType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
           
 PlantCoverType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
           
 PlantCoverType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
           
 PlantCoverType withGenericApplicationPropertyOfPlantCover(Collection<Object> values)
           
 PlantCoverType withGenericApplicationPropertyOfPlantCover(List<Object> value)
           
 PlantCoverType withGenericApplicationPropertyOfPlantCover(Object... values)
           
 PlantCoverType withGenericApplicationPropertyOfVegetationObject(Collection<Object> values)
           
 PlantCoverType withGenericApplicationPropertyOfVegetationObject(List<Object> value)
           
 PlantCoverType withGenericApplicationPropertyOfVegetationObject(Object... values)
           
 PlantCoverType withLod1MultiSolid(MultiSolidPropertyType value)
           
 PlantCoverType withLod1MultiSurface(MultiSurfacePropertyType value)
           
 PlantCoverType withLod2MultiSolid(MultiSolidPropertyType value)
           
 PlantCoverType withLod2MultiSurface(MultiSurfacePropertyType value)
           
 PlantCoverType withLod3MultiSolid(MultiSolidPropertyType value)
           
 PlantCoverType withLod3MultiSurface(MultiSurfacePropertyType value)
           
 PlantCoverType withLod4MultiSurface(MultiSurfacePropertyType value)
           
 PlantCoverType withTerminationDate(XMLGregorianCalendar value)
           
 
Methods inherited from class net.opengis.citygml.vegetation.v_1_0.AbstractVegetationObjectType
getGenericApplicationPropertyOfVegetationObject, isSetGenericApplicationPropertyOfVegetationObject, setGenericApplicationPropertyOfVegetationObject, unsetGenericApplicationPropertyOfVegetationObject
 
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

averageHeight

protected LengthType averageHeight

lod1MultiSurface

protected MultiSurfacePropertyType lod1MultiSurface

lod2MultiSurface

protected MultiSurfacePropertyType lod2MultiSurface

lod3MultiSurface

protected MultiSurfacePropertyType lod3MultiSurface

lod4MultiSurface

protected MultiSurfacePropertyType lod4MultiSurface

lod1MultiSolid

protected MultiSolidPropertyType lod1MultiSolid

lod2MultiSolid

protected MultiSolidPropertyType lod2MultiSolid

lod3MultiSolid

protected MultiSolidPropertyType lod3MultiSolid

genericApplicationPropertyOfPlantCover

protected List<Object> genericApplicationPropertyOfPlantCover
Constructor Detail

PlantCoverType

public PlantCoverType()
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()

getAverageHeight

public LengthType getAverageHeight()
Gets the value of the averageHeight property.

Returns:
possible object is LengthType

setAverageHeight

public void setAverageHeight(LengthType value)
Sets the value of the averageHeight property.

Parameters:
value - allowed object is LengthType

isSetAverageHeight

public boolean isSetAverageHeight()

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()

getLod1MultiSolid

public MultiSolidPropertyType getLod1MultiSolid()
Gets the value of the lod1MultiSolid property.

Returns:
possible object is MultiSolidPropertyType

setLod1MultiSolid

public void setLod1MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod1MultiSolid property.

Parameters:
value - allowed object is MultiSolidPropertyType

isSetLod1MultiSolid

public boolean isSetLod1MultiSolid()

getLod2MultiSolid

public MultiSolidPropertyType getLod2MultiSolid()
Gets the value of the lod2MultiSolid property.

Returns:
possible object is MultiSolidPropertyType

setLod2MultiSolid

public void setLod2MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod2MultiSolid property.

Parameters:
value - allowed object is MultiSolidPropertyType

isSetLod2MultiSolid

public boolean isSetLod2MultiSolid()

getLod3MultiSolid

public MultiSolidPropertyType getLod3MultiSolid()
Gets the value of the lod3MultiSolid property.

Returns:
possible object is MultiSolidPropertyType

setLod3MultiSolid

public void setLod3MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod3MultiSolid property.

Parameters:
value - allowed object is MultiSolidPropertyType

isSetLod3MultiSolid

public boolean isSetLod3MultiSolid()

getGenericApplicationPropertyOfPlantCover

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

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

    getGenericApplicationPropertyOfPlantCover().add(newItem);
 

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


isSetGenericApplicationPropertyOfPlantCover

public boolean isSetGenericApplicationPropertyOfPlantCover()

unsetGenericApplicationPropertyOfPlantCover

public void unsetGenericApplicationPropertyOfPlantCover()

toString

public String toString()
Overrides:
toString in class AbstractVegetationObjectType

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 AbstractVegetationObjectType

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 AbstractVegetationObjectType

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 AbstractVegetationObjectType

equals

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

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 AbstractVegetationObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractVegetationObjectType

clone

public Object clone()
Overrides:
clone in class AbstractVegetationObjectType

copyTo

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

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 AbstractVegetationObjectType

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 AbstractVegetationObjectType

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 AbstractVegetationObjectType

setFunction

public void setFunction(List<String> value)

setGenericApplicationPropertyOfPlantCover

public void setGenericApplicationPropertyOfPlantCover(List<Object> value)

withClazz

public PlantCoverType withClazz(String value)

withFunction

public PlantCoverType withFunction(String... values)

withFunction

public PlantCoverType withFunction(Collection<String> values)

withAverageHeight

public PlantCoverType withAverageHeight(LengthType value)

withLod1MultiSurface

public PlantCoverType withLod1MultiSurface(MultiSurfacePropertyType value)

withLod2MultiSurface

public PlantCoverType withLod2MultiSurface(MultiSurfacePropertyType value)

withLod3MultiSurface

public PlantCoverType withLod3MultiSurface(MultiSurfacePropertyType value)

withLod4MultiSurface

public PlantCoverType withLod4MultiSurface(MultiSurfacePropertyType value)

withLod1MultiSolid

public PlantCoverType withLod1MultiSolid(MultiSolidPropertyType value)

withLod2MultiSolid

public PlantCoverType withLod2MultiSolid(MultiSolidPropertyType value)

withLod3MultiSolid

public PlantCoverType withLod3MultiSolid(MultiSolidPropertyType value)

withGenericApplicationPropertyOfPlantCover

public PlantCoverType withGenericApplicationPropertyOfPlantCover(Object... values)

withGenericApplicationPropertyOfPlantCover

public PlantCoverType withGenericApplicationPropertyOfPlantCover(Collection<Object> values)

withFunction

public PlantCoverType withFunction(List<String> value)

withGenericApplicationPropertyOfPlantCover

public PlantCoverType withGenericApplicationPropertyOfPlantCover(List<Object> value)

withGenericApplicationPropertyOfVegetationObject

public PlantCoverType withGenericApplicationPropertyOfVegetationObject(Object... values)
Overrides:
withGenericApplicationPropertyOfVegetationObject in class AbstractVegetationObjectType

withGenericApplicationPropertyOfVegetationObject

public PlantCoverType withGenericApplicationPropertyOfVegetationObject(Collection<Object> values)
Overrides:
withGenericApplicationPropertyOfVegetationObject in class AbstractVegetationObjectType

withGenericApplicationPropertyOfVegetationObject

public PlantCoverType withGenericApplicationPropertyOfVegetationObject(List<Object> value)
Overrides:
withGenericApplicationPropertyOfVegetationObject in class AbstractVegetationObjectType

withCreationDate

public PlantCoverType withCreationDate(XMLGregorianCalendar value)
Overrides:
withCreationDate in class AbstractVegetationObjectType

withTerminationDate

public PlantCoverType withTerminationDate(XMLGregorianCalendar value)
Overrides:
withTerminationDate in class AbstractVegetationObjectType

withExternalReference

public PlantCoverType withExternalReference(ExternalReferenceType... values)
Overrides:
withExternalReference in class AbstractVegetationObjectType

withExternalReference

public PlantCoverType withExternalReference(Collection<ExternalReferenceType> values)
Overrides:
withExternalReference in class AbstractVegetationObjectType

withGeneralizesTo

public PlantCoverType withGeneralizesTo(GeneralizationRelationType... values)
Overrides:
withGeneralizesTo in class AbstractVegetationObjectType

withGeneralizesTo

public PlantCoverType withGeneralizesTo(Collection<GeneralizationRelationType> values)
Overrides:
withGeneralizesTo in class AbstractVegetationObjectType

withGenericApplicationPropertyOfCityObject

public PlantCoverType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractVegetationObjectType

withGenericApplicationPropertyOfCityObject

public PlantCoverType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractVegetationObjectType

withExternalReference

public PlantCoverType withExternalReference(List<ExternalReferenceType> value)
Overrides:
withExternalReference in class AbstractVegetationObjectType

withGeneralizesTo

public PlantCoverType withGeneralizesTo(List<GeneralizationRelationType> value)
Overrides:
withGeneralizesTo in class AbstractVegetationObjectType

withGenericApplicationPropertyOfCityObject

public PlantCoverType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractVegetationObjectType


Copyright © 2008-2015. All Rights Reserved.