Class DoorType
-
- 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 DoorType extends AbstractOpeningType 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
Type for doors in boundary surfaces. Used in LoD3 and LoD4 only . As subclass of _CityObject, a Door inherits all attributes and relations, in particular an id, names, external references, generic attributes and generalization relations.Java class for DoorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoorType"> <complexContent> <extension base="{http://www.opengis.net/citygml/bridge/2.0}AbstractOpeningType"> <sequence> <element name="address" type="{http://www.opengis.net/citygml/2.0}AddressPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/bridge/2.0}_GenericApplicationPropertyOfDoor" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AddressPropertyType>addressprotected List<Object>genericApplicationPropertyOfDoor-
Fields inherited from class net.opengis.citygml.bridge.v_2_0.AbstractOpeningType
genericApplicationPropertyOfOpening, lod3ImplicitRepresentation, lod3MultiSurface, lod4ImplicitRepresentation, lod4MultiSurface
-
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 DoorType()Default no-arg constructorDoorType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, ImplicitRepresentationPropertyType lod3ImplicitRepresentation, ImplicitRepresentationPropertyType lod4ImplicitRepresentation, List<Object> genericApplicationPropertyOfOpening, List<AddressPropertyType> address, List<Object> genericApplicationPropertyOfDoor)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.bridge.v_2_0.AbstractOpeningType
getGenericApplicationPropertyOfOpening, getLod3ImplicitRepresentation, getLod3MultiSurface, getLod4ImplicitRepresentation, getLod4MultiSurface, isSetGenericApplicationPropertyOfOpening, isSetLod3ImplicitRepresentation, isSetLod3MultiSurface, isSetLod4ImplicitRepresentation, isSetLod4MultiSurface, setGenericApplicationPropertyOfOpening, setLod3ImplicitRepresentation, setLod3MultiSurface, setLod4ImplicitRepresentation, setLod4MultiSurface, unsetGenericApplicationPropertyOfOpening
-
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
-
address
protected List<AddressPropertyType> address
-
-
Constructor Detail
-
DoorType
public DoorType()
Default no-arg constructor
-
DoorType
public DoorType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, ImplicitRepresentationPropertyType lod3ImplicitRepresentation, ImplicitRepresentationPropertyType lod4ImplicitRepresentation, List<Object> genericApplicationPropertyOfOpening, List<AddressPropertyType> address, List<Object> genericApplicationPropertyOfDoor)
Fully-initialising value constructor
-
-
Method Detail
-
getAddress
public List<AddressPropertyType> getAddress()
Gets the value of the address 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 address property.For example, to add a new item, do as follows:
getAddress().add(newItem);Objects of the following type(s) are allowed in the list
AddressPropertyType
-
isSetAddress
public boolean isSetAddress()
-
unsetAddress
public void unsetAddress()
-
getGenericApplicationPropertyOfDoor
public List<Object> getGenericApplicationPropertyOfDoor()
Gets the value of the genericApplicationPropertyOfDoor 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 genericApplicationPropertyOfDoor property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfDoor().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfDoor
public boolean isSetGenericApplicationPropertyOfDoor()
-
unsetGenericApplicationPropertyOfDoor
public void unsetGenericApplicationPropertyOfDoor()
-
toString
public String toString()
- Overrides:
toStringin classAbstractOpeningType
-
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 classAbstractOpeningType
-
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 classAbstractOpeningType
-
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 classAbstractOpeningType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractOpeningType
-
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 classAbstractOpeningType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractOpeningType
-
clone
public Object clone()
- Overrides:
clonein classAbstractOpeningType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractOpeningType
-
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 classAbstractOpeningType
-
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 classAbstractOpeningType
-
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 classAbstractOpeningType
-
setAddress
public void setAddress(List<AddressPropertyType> value)
-
setGenericApplicationPropertyOfDoor
public void setGenericApplicationPropertyOfDoor(List<Object> value)
-
withAddress
public DoorType withAddress(AddressPropertyType... values)
-
withAddress
public DoorType withAddress(Collection<AddressPropertyType> values)
-
withGenericApplicationPropertyOfDoor
public DoorType withGenericApplicationPropertyOfDoor(Object... values)
-
withGenericApplicationPropertyOfDoor
public DoorType withGenericApplicationPropertyOfDoor(Collection<Object> values)
-
withAddress
public DoorType withAddress(List<AddressPropertyType> value)
-
withGenericApplicationPropertyOfDoor
public DoorType withGenericApplicationPropertyOfDoor(List<Object> value)
-
withLod3MultiSurface
public DoorType withLod3MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod3MultiSurfacein classAbstractOpeningType
-
withLod4MultiSurface
public DoorType withLod4MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod4MultiSurfacein classAbstractOpeningType
-
withLod3ImplicitRepresentation
public DoorType withLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
- Overrides:
withLod3ImplicitRepresentationin classAbstractOpeningType
-
withLod4ImplicitRepresentation
public DoorType withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
- Overrides:
withLod4ImplicitRepresentationin classAbstractOpeningType
-
withGenericApplicationPropertyOfOpening
public DoorType withGenericApplicationPropertyOfOpening(Object... values)
- Overrides:
withGenericApplicationPropertyOfOpeningin classAbstractOpeningType
-
withGenericApplicationPropertyOfOpening
public DoorType withGenericApplicationPropertyOfOpening(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfOpeningin classAbstractOpeningType
-
withGenericApplicationPropertyOfOpening
public DoorType withGenericApplicationPropertyOfOpening(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfOpeningin classAbstractOpeningType
-
withCreationDate
public DoorType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractOpeningType
-
withTerminationDate
public DoorType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractOpeningType
-
withExternalReference
public DoorType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractOpeningType
-
withExternalReference
public DoorType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractOpeningType
-
withGeneralizesTo
public DoorType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractOpeningType
-
withGeneralizesTo
public DoorType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractOpeningType
-
withRelativeToTerrain
public DoorType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractOpeningType
-
withRelativeToWater
public DoorType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractOpeningType
-
withGenericApplicationPropertyOfCityObject
public DoorType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractOpeningType
-
withGenericApplicationPropertyOfCityObject
public DoorType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractOpeningType
-
withExternalReference
public DoorType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractOpeningType
-
withGeneralizesTo
public DoorType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractOpeningType
-
withGenericApplicationPropertyOfCityObject
public DoorType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractOpeningType
-
-