Package net.opengis.citygml.bridge.v_2_0
Class OuterCeilingSurfaceType
- 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.bridge.v_2_0.AbstractBoundarySurfaceType
-
- net.opengis.citygml.bridge.v_2_0.OuterCeilingSurfaceType
-
- 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 OuterCeilingSurfaceType 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
Java class for OuterCeilingSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OuterCeilingSurfaceType"> <complexContent> <extension base="{http://www.opengis.net/citygml/bridge/2.0}AbstractBoundarySurfaceType"> <sequence> <element ref="{http://www.opengis.net/citygml/bridge/2.0}_GenericApplicationPropertyOfOuterCeilingSurface" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfOuterCeilingSurface-
Fields inherited from class net.opengis.citygml.bridge.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 OuterCeilingSurfaceType()Default no-arg constructorOuterCeilingSurfaceType(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> genericApplicationPropertyOfOuterCeilingSurface)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.bridge.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
-
OuterCeilingSurfaceType
public OuterCeilingSurfaceType()
Default no-arg constructor
-
OuterCeilingSurfaceType
public OuterCeilingSurfaceType(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> genericApplicationPropertyOfOuterCeilingSurface)
Fully-initialising value constructor
-
-
Method Detail
-
getGenericApplicationPropertyOfOuterCeilingSurface
public List<Object> getGenericApplicationPropertyOfOuterCeilingSurface()
Gets the value of the genericApplicationPropertyOfOuterCeilingSurface 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 genericApplicationPropertyOfOuterCeilingSurface property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfOuterCeilingSurface().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfOuterCeilingSurface
public boolean isSetGenericApplicationPropertyOfOuterCeilingSurface()
-
unsetGenericApplicationPropertyOfOuterCeilingSurface
public void unsetGenericApplicationPropertyOfOuterCeilingSurface()
-
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
-
setGenericApplicationPropertyOfOuterCeilingSurface
public void setGenericApplicationPropertyOfOuterCeilingSurface(List<Object> value)
-
withGenericApplicationPropertyOfOuterCeilingSurface
public OuterCeilingSurfaceType withGenericApplicationPropertyOfOuterCeilingSurface(Object... values)
-
withGenericApplicationPropertyOfOuterCeilingSurface
public OuterCeilingSurfaceType withGenericApplicationPropertyOfOuterCeilingSurface(Collection<Object> values)
-
withGenericApplicationPropertyOfOuterCeilingSurface
public OuterCeilingSurfaceType withGenericApplicationPropertyOfOuterCeilingSurface(List<Object> value)
-
withLod2MultiSurface
public OuterCeilingSurfaceType withLod2MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod2MultiSurfacein classAbstractBoundarySurfaceType
-
withLod3MultiSurface
public OuterCeilingSurfaceType withLod3MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod3MultiSurfacein classAbstractBoundarySurfaceType
-
withLod4MultiSurface
public OuterCeilingSurfaceType withLod4MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod4MultiSurfacein classAbstractBoundarySurfaceType
-
withOpening
public OuterCeilingSurfaceType withOpening(OpeningPropertyType... values)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withOpening
public OuterCeilingSurfaceType withOpening(Collection<OpeningPropertyType> values)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public OuterCeilingSurfaceType withGenericApplicationPropertyOfBoundarySurface(Object... values)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public OuterCeilingSurfaceType withGenericApplicationPropertyOfBoundarySurface(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withOpening
public OuterCeilingSurfaceType withOpening(List<OpeningPropertyType> value)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public OuterCeilingSurfaceType withGenericApplicationPropertyOfBoundarySurface(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withCreationDate
public OuterCeilingSurfaceType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractBoundarySurfaceType
-
withTerminationDate
public OuterCeilingSurfaceType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractBoundarySurfaceType
-
withExternalReference
public OuterCeilingSurfaceType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withExternalReference
public OuterCeilingSurfaceType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withGeneralizesTo
public OuterCeilingSurfaceType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withGeneralizesTo
public OuterCeilingSurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withRelativeToTerrain
public OuterCeilingSurfaceType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractBoundarySurfaceType
-
withRelativeToWater
public OuterCeilingSurfaceType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public OuterCeilingSurfaceType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public OuterCeilingSurfaceType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
withExternalReference
public OuterCeilingSurfaceType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withGeneralizesTo
public OuterCeilingSurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public OuterCeilingSurfaceType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
-