net.opengis.citygml.relief.v_1_0
Class TINReliefType

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.relief.v_1_0.AbstractReliefComponentType
                  extended by net.opengis.citygml.relief.v_1_0.TINReliefType
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 TINReliefType
extends AbstractReliefComponentType
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 TIN component of a relief feature. As subclass of _CityObject, a TINRelief inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

Java class for TINReliefType complex type.

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

 <complexType name="TINReliefType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/relief/1.0}AbstractReliefComponentType">
       <sequence>
         <element name="tin" type="{http://www.opengis.net/citygml/relief/1.0}tinPropertyType"/>
         <element ref="{http://www.opengis.net/citygml/relief/1.0}_GenericApplicationPropertyOfTinRelief" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> genericApplicationPropertyOfTinRelief
           
protected  TinPropertyType tin
           
 
Fields inherited from class net.opengis.citygml.relief.v_1_0.AbstractReliefComponentType
extent, genericApplicationPropertyOfReliefComponent, lod
 
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
TINReliefType()
           
 
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> getGenericApplicationPropertyOfTinRelief()
          Gets the value of the genericApplicationPropertyOfTinRelief property.
 TinPropertyType getTin()
          Gets the value of the tin property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetGenericApplicationPropertyOfTinRelief()
           
 boolean isSetTin()
           
 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 setGenericApplicationPropertyOfTinRelief(List<Object> value)
           
 void setTin(TinPropertyType value)
          Sets the value of the tin property.
 String toString()
           
 void unsetGenericApplicationPropertyOfTinRelief()
           
 TINReliefType withCreationDate(XMLGregorianCalendar value)
           
 TINReliefType withExtent(PolygonPropertyType value)
           
 TINReliefType withExternalReference(Collection<ExternalReferenceType> values)
           
 TINReliefType withExternalReference(ExternalReferenceType... values)
           
 TINReliefType withExternalReference(List<ExternalReferenceType> value)
           
 TINReliefType withGeneralizesTo(Collection<GeneralizationRelationType> values)
           
 TINReliefType withGeneralizesTo(GeneralizationRelationType... values)
           
 TINReliefType withGeneralizesTo(List<GeneralizationRelationType> value)
           
 TINReliefType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
           
 TINReliefType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
           
 TINReliefType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
           
 TINReliefType withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
           
 TINReliefType withGenericApplicationPropertyOfReliefComponent(List<Object> value)
           
 TINReliefType withGenericApplicationPropertyOfReliefComponent(Object... values)
           
 TINReliefType withGenericApplicationPropertyOfTinRelief(Collection<Object> values)
           
 TINReliefType withGenericApplicationPropertyOfTinRelief(List<Object> value)
           
 TINReliefType withGenericApplicationPropertyOfTinRelief(Object... values)
           
 TINReliefType withLod(int value)
           
 TINReliefType withTerminationDate(XMLGregorianCalendar value)
           
 TINReliefType withTin(TinPropertyType value)
           
 
Methods inherited from class net.opengis.citygml.relief.v_1_0.AbstractReliefComponentType
getExtent, getGenericApplicationPropertyOfReliefComponent, getLod, isSetExtent, isSetGenericApplicationPropertyOfReliefComponent, isSetLod, setExtent, setGenericApplicationPropertyOfReliefComponent, setLod, unsetGenericApplicationPropertyOfReliefComponent
 
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

tin

protected TinPropertyType tin

genericApplicationPropertyOfTinRelief

protected List<Object> genericApplicationPropertyOfTinRelief
Constructor Detail

TINReliefType

public TINReliefType()
Method Detail

getTin

public TinPropertyType getTin()
Gets the value of the tin property.

Returns:
possible object is TinPropertyType

setTin

public void setTin(TinPropertyType value)
Sets the value of the tin property.

Parameters:
value - allowed object is TinPropertyType

isSetTin

public boolean isSetTin()

getGenericApplicationPropertyOfTinRelief

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

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

    getGenericApplicationPropertyOfTinRelief().add(newItem);
 

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


isSetGenericApplicationPropertyOfTinRelief

public boolean isSetGenericApplicationPropertyOfTinRelief()

unsetGenericApplicationPropertyOfTinRelief

public void unsetGenericApplicationPropertyOfTinRelief()

toString

public String toString()
Overrides:
toString in class AbstractReliefComponentType

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 AbstractReliefComponentType

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 AbstractReliefComponentType

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 AbstractReliefComponentType

equals

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

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 AbstractReliefComponentType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractReliefComponentType

clone

public Object clone()
Overrides:
clone in class AbstractReliefComponentType

copyTo

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

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 AbstractReliefComponentType

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 AbstractReliefComponentType

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 AbstractReliefComponentType

setGenericApplicationPropertyOfTinRelief

public void setGenericApplicationPropertyOfTinRelief(List<Object> value)

withTin

public TINReliefType withTin(TinPropertyType value)

withGenericApplicationPropertyOfTinRelief

public TINReliefType withGenericApplicationPropertyOfTinRelief(Object... values)

withGenericApplicationPropertyOfTinRelief

public TINReliefType withGenericApplicationPropertyOfTinRelief(Collection<Object> values)

withGenericApplicationPropertyOfTinRelief

public TINReliefType withGenericApplicationPropertyOfTinRelief(List<Object> value)

withLod

public TINReliefType withLod(int value)
Overrides:
withLod in class AbstractReliefComponentType

withExtent

public TINReliefType withExtent(PolygonPropertyType value)
Overrides:
withExtent in class AbstractReliefComponentType

withGenericApplicationPropertyOfReliefComponent

public TINReliefType withGenericApplicationPropertyOfReliefComponent(Object... values)
Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType

withGenericApplicationPropertyOfReliefComponent

public TINReliefType withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType

withGenericApplicationPropertyOfReliefComponent

public TINReliefType withGenericApplicationPropertyOfReliefComponent(List<Object> value)
Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType

withCreationDate

public TINReliefType withCreationDate(XMLGregorianCalendar value)
Overrides:
withCreationDate in class AbstractReliefComponentType

withTerminationDate

public TINReliefType withTerminationDate(XMLGregorianCalendar value)
Overrides:
withTerminationDate in class AbstractReliefComponentType

withExternalReference

public TINReliefType withExternalReference(ExternalReferenceType... values)
Overrides:
withExternalReference in class AbstractReliefComponentType

withExternalReference

public TINReliefType withExternalReference(Collection<ExternalReferenceType> values)
Overrides:
withExternalReference in class AbstractReliefComponentType

withGeneralizesTo

public TINReliefType withGeneralizesTo(GeneralizationRelationType... values)
Overrides:
withGeneralizesTo in class AbstractReliefComponentType

withGeneralizesTo

public TINReliefType withGeneralizesTo(Collection<GeneralizationRelationType> values)
Overrides:
withGeneralizesTo in class AbstractReliefComponentType

withGenericApplicationPropertyOfCityObject

public TINReliefType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType

withGenericApplicationPropertyOfCityObject

public TINReliefType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType

withExternalReference

public TINReliefType withExternalReference(List<ExternalReferenceType> value)
Overrides:
withExternalReference in class AbstractReliefComponentType

withGeneralizesTo

public TINReliefType withGeneralizesTo(List<GeneralizationRelationType> value)
Overrides:
withGeneralizesTo in class AbstractReliefComponentType

withGenericApplicationPropertyOfCityObject

public TINReliefType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType


Copyright © 2008-2015. All Rights Reserved.