Class AbstractBoundarySurfaceType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.gml.v_3_1_1.AbstractFeatureType
-
- net.opengis.citygml.v_2_0.AbstractCityObjectType
-
- net.opengis.citygml.tunnel.v_2_0.AbstractBoundarySurfaceType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
CeilingSurfaceType,ClosureSurfaceType,FloorSurfaceType,GroundSurfaceType,InteriorWallSurfaceType,OuterCeilingSurfaceType,OuterFloorSurfaceType,RoofSurfaceType,WallSurfaceType
public abstract class AbstractBoundarySurfaceType extends AbstractCityObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Abstract super class of the features RoofSurface, WallSurface, GroundSurface, ClosureSurface, FloorSurface, OuterFloorSurface, CeilingSurface and OuterCeilingSurfaceJava class for AbstractBoundarySurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractBoundarySurfaceType"> <complexContent> <extension base="{http://www.opengis.net/citygml/2.0}AbstractCityObjectType"> <sequence> <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="opening" type="{http://www.opengis.net/citygml/tunnel/2.0}OpeningPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/tunnel/2.0}_GenericApplicationPropertyOfBoundarySurface" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfBoundarySurfaceprotected MultiSurfacePropertyTypelod2MultiSurfaceprotected MultiSurfacePropertyTypelod3MultiSurfaceprotected MultiSurfacePropertyTypelod4MultiSurfaceprotected List<OpeningPropertyType>opening-
Fields inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, 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
Constructors Constructor Description AbstractBoundarySurfaceType()Default no-arg constructorAbstractBoundarySurfaceType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, MultiSurfacePropertyType lod2MultiSurface, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, List<OpeningPropertyType> opening, List<Object> genericApplicationPropertyOfBoundarySurface)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, 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
-
-
-
-
Field Detail
-
lod2MultiSurface
protected MultiSurfacePropertyType lod2MultiSurface
-
lod3MultiSurface
protected MultiSurfacePropertyType lod3MultiSurface
-
lod4MultiSurface
protected MultiSurfacePropertyType lod4MultiSurface
-
opening
protected List<OpeningPropertyType> opening
-
-
Constructor Detail
-
AbstractBoundarySurfaceType
public AbstractBoundarySurfaceType()
Default no-arg constructor
-
AbstractBoundarySurfaceType
public AbstractBoundarySurfaceType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, MultiSurfacePropertyType lod2MultiSurface, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, List<OpeningPropertyType> opening, List<Object> genericApplicationPropertyOfBoundarySurface)
Fully-initialising value constructor
-
-
Method Detail
-
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 isMultiSurfacePropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiSurfacePropertyType
-
isSetLod4MultiSurface
public boolean isSetLod4MultiSurface()
-
getOpening
public List<OpeningPropertyType> getOpening()
Gets the value of the opening 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 Jakarta XML Binding object. This is why there is not a
setmethod for the opening property.For example, to add a new item, do as follows:
getOpening().add(newItem);Objects of the following type(s) are allowed in the list
OpeningPropertyType
-
isSetOpening
public boolean isSetOpening()
-
unsetOpening
public void unsetOpening()
-
getGenericApplicationPropertyOfBoundarySurface
public List<Object> getGenericApplicationPropertyOfBoundarySurface()
Gets the value of the genericApplicationPropertyOfBoundarySurface 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 Jakarta XML Binding object. This is why there is not a
setmethod for the genericApplicationPropertyOfBoundarySurface property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfBoundarySurface().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfBoundarySurface
public boolean isSetGenericApplicationPropertyOfBoundarySurface()
-
unsetGenericApplicationPropertyOfBoundarySurface
public void unsetGenericApplicationPropertyOfBoundarySurface()
-
toString
public String toString()
- Overrides:
toStringin classAbstractCityObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractCityObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractCityObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractCityObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractCityObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractCityObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractCityObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractCityObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractCityObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractCityObjectType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractCityObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractCityObjectType
-
setOpening
public void setOpening(List<OpeningPropertyType> value)
-
setGenericApplicationPropertyOfBoundarySurface
public void setGenericApplicationPropertyOfBoundarySurface(List<Object> value)
-
withLod2MultiSurface
public AbstractBoundarySurfaceType withLod2MultiSurface(MultiSurfacePropertyType value)
-
withLod3MultiSurface
public AbstractBoundarySurfaceType withLod3MultiSurface(MultiSurfacePropertyType value)
-
withLod4MultiSurface
public AbstractBoundarySurfaceType withLod4MultiSurface(MultiSurfacePropertyType value)
-
withOpening
public AbstractBoundarySurfaceType withOpening(OpeningPropertyType... values)
-
withOpening
public AbstractBoundarySurfaceType withOpening(Collection<OpeningPropertyType> values)
-
withGenericApplicationPropertyOfBoundarySurface
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(Object... values)
-
withGenericApplicationPropertyOfBoundarySurface
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(Collection<Object> values)
-
withOpening
public AbstractBoundarySurfaceType withOpening(List<OpeningPropertyType> value)
-
withGenericApplicationPropertyOfBoundarySurface
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(List<Object> value)
-
withCreationDate
public AbstractBoundarySurfaceType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractCityObjectType
-
withTerminationDate
public AbstractBoundarySurfaceType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractCityObjectType
-
withExternalReference
public AbstractBoundarySurfaceType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractCityObjectType
-
withExternalReference
public AbstractBoundarySurfaceType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractCityObjectType
-
withGeneralizesTo
public AbstractBoundarySurfaceType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractCityObjectType
-
withGeneralizesTo
public AbstractBoundarySurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractCityObjectType
-
withRelativeToTerrain
public AbstractBoundarySurfaceType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractCityObjectType
-
withRelativeToWater
public AbstractBoundarySurfaceType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractCityObjectType
-
withGenericApplicationPropertyOfCityObject
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractCityObjectType
-
withGenericApplicationPropertyOfCityObject
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractCityObjectType
-
withExternalReference
public AbstractBoundarySurfaceType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractCityObjectType
-
withGeneralizesTo
public AbstractBoundarySurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractCityObjectType
-
withGenericApplicationPropertyOfCityObject
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractCityObjectType
-
-