net.opengis.citygml.relief.v_1_0
Class BreaklineReliefType

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.BreaklineReliefType
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 BreaklineReliefType
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 break line Component of a relief feature. A break line relief consists of break lines or ridgeOrValleyLines. As subclass of _CityObject, a BreaklineRelief inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

Java class for BreaklineReliefType complex type.

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

 <complexType name="BreaklineReliefType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/relief/1.0}AbstractReliefComponentType">
       <sequence>
         <element name="ridgeOrValleyLines" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="breaklines" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/relief/1.0}_GenericApplicationPropertyOfBreaklineRelief" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  MultiCurvePropertyType breaklines
           
protected  List<Object> genericApplicationPropertyOfBreaklineRelief
           
protected  MultiCurvePropertyType ridgeOrValleyLines
           
 
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
BreaklineReliefType()
           
 
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)
           
 MultiCurvePropertyType getBreaklines()
          Gets the value of the breaklines property.
 List<Object> getGenericApplicationPropertyOfBreaklineRelief()
          Gets the value of the genericApplicationPropertyOfBreaklineRelief property.
 MultiCurvePropertyType getRidgeOrValleyLines()
          Gets the value of the ridgeOrValleyLines property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetBreaklines()
           
 boolean isSetGenericApplicationPropertyOfBreaklineRelief()
           
 boolean isSetRidgeOrValleyLines()
           
 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 setBreaklines(MultiCurvePropertyType value)
          Sets the value of the breaklines property.
 void setGenericApplicationPropertyOfBreaklineRelief(List<Object> value)
           
 void setRidgeOrValleyLines(MultiCurvePropertyType value)
          Sets the value of the ridgeOrValleyLines property.
 String toString()
           
 void unsetGenericApplicationPropertyOfBreaklineRelief()
           
 BreaklineReliefType withBreaklines(MultiCurvePropertyType value)
           
 BreaklineReliefType withCreationDate(XMLGregorianCalendar value)
           
 BreaklineReliefType withExtent(PolygonPropertyType value)
           
 BreaklineReliefType withExternalReference(Collection<ExternalReferenceType> values)
           
 BreaklineReliefType withExternalReference(ExternalReferenceType... values)
           
 BreaklineReliefType withExternalReference(List<ExternalReferenceType> value)
           
 BreaklineReliefType withGeneralizesTo(Collection<GeneralizationRelationType> values)
           
 BreaklineReliefType withGeneralizesTo(GeneralizationRelationType... values)
           
 BreaklineReliefType withGeneralizesTo(List<GeneralizationRelationType> value)
           
 BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(Collection<Object> values)
           
 BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(List<Object> value)
           
 BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(Object... values)
           
 BreaklineReliefType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
           
 BreaklineReliefType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
           
 BreaklineReliefType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
           
 BreaklineReliefType withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
           
 BreaklineReliefType withGenericApplicationPropertyOfReliefComponent(List<Object> value)
           
 BreaklineReliefType withGenericApplicationPropertyOfReliefComponent(Object... values)
           
 BreaklineReliefType withLod(int value)
           
 BreaklineReliefType withRidgeOrValleyLines(MultiCurvePropertyType value)
           
 BreaklineReliefType withTerminationDate(XMLGregorianCalendar 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

ridgeOrValleyLines

protected MultiCurvePropertyType ridgeOrValleyLines

breaklines

protected MultiCurvePropertyType breaklines

genericApplicationPropertyOfBreaklineRelief

protected List<Object> genericApplicationPropertyOfBreaklineRelief
Constructor Detail

BreaklineReliefType

public BreaklineReliefType()
Method Detail

getRidgeOrValleyLines

public MultiCurvePropertyType getRidgeOrValleyLines()
Gets the value of the ridgeOrValleyLines property.

Returns:
possible object is MultiCurvePropertyType

setRidgeOrValleyLines

public void setRidgeOrValleyLines(MultiCurvePropertyType value)
Sets the value of the ridgeOrValleyLines property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetRidgeOrValleyLines

public boolean isSetRidgeOrValleyLines()

getBreaklines

public MultiCurvePropertyType getBreaklines()
Gets the value of the breaklines property.

Returns:
possible object is MultiCurvePropertyType

setBreaklines

public void setBreaklines(MultiCurvePropertyType value)
Sets the value of the breaklines property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetBreaklines

public boolean isSetBreaklines()

getGenericApplicationPropertyOfBreaklineRelief

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

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

    getGenericApplicationPropertyOfBreaklineRelief().add(newItem);
 

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


isSetGenericApplicationPropertyOfBreaklineRelief

public boolean isSetGenericApplicationPropertyOfBreaklineRelief()

unsetGenericApplicationPropertyOfBreaklineRelief

public void unsetGenericApplicationPropertyOfBreaklineRelief()

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

setGenericApplicationPropertyOfBreaklineRelief

public void setGenericApplicationPropertyOfBreaklineRelief(List<Object> value)

withRidgeOrValleyLines

public BreaklineReliefType withRidgeOrValleyLines(MultiCurvePropertyType value)

withBreaklines

public BreaklineReliefType withBreaklines(MultiCurvePropertyType value)

withGenericApplicationPropertyOfBreaklineRelief

public BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(Object... values)

withGenericApplicationPropertyOfBreaklineRelief

public BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(Collection<Object> values)

withGenericApplicationPropertyOfBreaklineRelief

public BreaklineReliefType withGenericApplicationPropertyOfBreaklineRelief(List<Object> value)

withLod

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

withExtent

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

withGenericApplicationPropertyOfReliefComponent

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

withGenericApplicationPropertyOfReliefComponent

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

withGenericApplicationPropertyOfReliefComponent

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

withCreationDate

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

withTerminationDate

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

withExternalReference

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

withExternalReference

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

withGeneralizesTo

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

withGeneralizesTo

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

withGenericApplicationPropertyOfCityObject

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

withGenericApplicationPropertyOfCityObject

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

withExternalReference

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

withGeneralizesTo

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

withGenericApplicationPropertyOfCityObject

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


Copyright © 2008-2015. All Rights Reserved.