Package net.opengis.citygml.tunnel.v_2_0
Class InteriorWallSurfaceType
- 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
-
- net.opengis.citygml.tunnel.v_2_0.InteriorWallSurfaceType
-
- 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
public class InteriorWallSurfaceType extends AbstractBoundarySurfaceType 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
Mostly vertical construction that bounds a HollowSpace.Java class for InteriorWallSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InteriorWallSurfaceType"> <complexContent> <extension base="{http://www.opengis.net/citygml/tunnel/2.0}AbstractBoundarySurfaceType"> <sequence> <element ref="{http://www.opengis.net/citygml/tunnel/2.0}_GenericApplicationPropertyOfInteriorWallSurface" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfInteriorWallSurface-
Fields inherited from class net.opengis.citygml.tunnel.v_2_0.AbstractBoundarySurfaceType
genericApplicationPropertyOfBoundarySurface, lod2MultiSurface, lod3MultiSurface, lod4MultiSurface, 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 InteriorWallSurfaceType()Default no-arg constructorInteriorWallSurfaceType(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, List<Object> genericApplicationPropertyOfInteriorWallSurface)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.tunnel.v_2_0.AbstractBoundarySurfaceType
getGenericApplicationPropertyOfBoundarySurface, getLod2MultiSurface, getLod3MultiSurface, getLod4MultiSurface, getOpening, isSetGenericApplicationPropertyOfBoundarySurface, isSetLod2MultiSurface, isSetLod3MultiSurface, isSetLod4MultiSurface, isSetOpening, setGenericApplicationPropertyOfBoundarySurface, setLod2MultiSurface, setLod3MultiSurface, setLod4MultiSurface, setOpening, unsetGenericApplicationPropertyOfBoundarySurface, unsetOpening
-
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
-
-
-
-
Constructor Detail
-
InteriorWallSurfaceType
public InteriorWallSurfaceType()
Default no-arg constructor
-
InteriorWallSurfaceType
public InteriorWallSurfaceType(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, List<Object> genericApplicationPropertyOfInteriorWallSurface)
Fully-initialising value constructor
-
-
Method Detail
-
getGenericApplicationPropertyOfInteriorWallSurface
public List<Object> getGenericApplicationPropertyOfInteriorWallSurface()
Gets the value of the genericApplicationPropertyOfInteriorWallSurface 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 genericApplicationPropertyOfInteriorWallSurface property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfInteriorWallSurface().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfInteriorWallSurface
public boolean isSetGenericApplicationPropertyOfInteriorWallSurface()
-
unsetGenericApplicationPropertyOfInteriorWallSurface
public void unsetGenericApplicationPropertyOfInteriorWallSurface()
-
toString
public String toString()
- Overrides:
toStringin classAbstractBoundarySurfaceType
-
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 classAbstractBoundarySurfaceType
-
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 classAbstractBoundarySurfaceType
-
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 classAbstractBoundarySurfaceType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractBoundarySurfaceType
-
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 classAbstractBoundarySurfaceType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractBoundarySurfaceType
-
clone
public Object clone()
- Overrides:
clonein classAbstractBoundarySurfaceType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractBoundarySurfaceType
-
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 classAbstractBoundarySurfaceType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractBoundarySurfaceType
-
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 classAbstractBoundarySurfaceType
-
setGenericApplicationPropertyOfInteriorWallSurface
public void setGenericApplicationPropertyOfInteriorWallSurface(List<Object> value)
-
withGenericApplicationPropertyOfInteriorWallSurface
public InteriorWallSurfaceType withGenericApplicationPropertyOfInteriorWallSurface(Object... values)
-
withGenericApplicationPropertyOfInteriorWallSurface
public InteriorWallSurfaceType withGenericApplicationPropertyOfInteriorWallSurface(Collection<Object> values)
-
withGenericApplicationPropertyOfInteriorWallSurface
public InteriorWallSurfaceType withGenericApplicationPropertyOfInteriorWallSurface(List<Object> value)
-
withLod2MultiSurface
public InteriorWallSurfaceType withLod2MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod2MultiSurfacein classAbstractBoundarySurfaceType
-
withLod3MultiSurface
public InteriorWallSurfaceType withLod3MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod3MultiSurfacein classAbstractBoundarySurfaceType
-
withLod4MultiSurface
public InteriorWallSurfaceType withLod4MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod4MultiSurfacein classAbstractBoundarySurfaceType
-
withOpening
public InteriorWallSurfaceType withOpening(OpeningPropertyType... values)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withOpening
public InteriorWallSurfaceType withOpening(Collection<OpeningPropertyType> values)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public InteriorWallSurfaceType withGenericApplicationPropertyOfBoundarySurface(Object... values)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public InteriorWallSurfaceType withGenericApplicationPropertyOfBoundarySurface(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withOpening
public InteriorWallSurfaceType withOpening(List<OpeningPropertyType> value)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public InteriorWallSurfaceType withGenericApplicationPropertyOfBoundarySurface(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withCreationDate
public InteriorWallSurfaceType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractBoundarySurfaceType
-
withTerminationDate
public InteriorWallSurfaceType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractBoundarySurfaceType
-
withExternalReference
public InteriorWallSurfaceType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withExternalReference
public InteriorWallSurfaceType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withGeneralizesTo
public InteriorWallSurfaceType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withGeneralizesTo
public InteriorWallSurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withRelativeToTerrain
public InteriorWallSurfaceType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractBoundarySurfaceType
-
withRelativeToWater
public InteriorWallSurfaceType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public InteriorWallSurfaceType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public InteriorWallSurfaceType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
withExternalReference
public InteriorWallSurfaceType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withGeneralizesTo
public InteriorWallSurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public InteriorWallSurfaceType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
-