public class DoorType extends AbstractOpeningType 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
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/tunnel/2.0}AbstractOpeningType">
<sequence>
<element ref="{http://www.opengis.net/citygml/tunnel/2.0}_GenericApplicationPropertyOfDoor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
genericApplicationPropertyOfDoor |
genericApplicationPropertyOfOpening, lod3ImplicitRepresentation, lod3MultiSurface, lod4ImplicitRepresentation, lod4MultiSurfacecreationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
DoorType() |
getGenericApplicationPropertyOfOpening, getLod3ImplicitRepresentation, getLod3MultiSurface, getLod4ImplicitRepresentation, getLod4MultiSurface, isSetGenericApplicationPropertyOfOpening, isSetLod3ImplicitRepresentation, isSetLod3MultiSurface, isSetLod4ImplicitRepresentation, isSetLod4MultiSurface, setGenericApplicationPropertyOfOpening, setLod3ImplicitRepresentation, setLod3MultiSurface, setLod4ImplicitRepresentation, setLod4MultiSurface, unsetGenericApplicationPropertyOfOpeninggetCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObjectgetBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNamepublic List<Object> getGenericApplicationPropertyOfDoor()
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 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
public boolean isSetGenericApplicationPropertyOfDoor()
public void unsetGenericApplicationPropertyOfDoor()
public String toString()
toString in class AbstractOpeningTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractOpeningTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractOpeningTypepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractOpeningTypepublic boolean equals(Object object)
equals in class AbstractOpeningTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractOpeningTypepublic int hashCode()
hashCode in class AbstractOpeningTypepublic Object clone()
clone in class AbstractOpeningTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractOpeningTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractOpeningTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractOpeningTypepublic 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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractOpeningTypepublic void setGenericApplicationPropertyOfDoor(List<Object> value)
public DoorType withGenericApplicationPropertyOfDoor(Object... values)
public DoorType withGenericApplicationPropertyOfDoor(Collection<Object> values)
public DoorType withGenericApplicationPropertyOfDoor(List<Object> value)
public DoorType withLod3MultiSurface(MultiSurfacePropertyType value)
withLod3MultiSurface in class AbstractOpeningTypepublic DoorType withLod4MultiSurface(MultiSurfacePropertyType value)
withLod4MultiSurface in class AbstractOpeningTypepublic DoorType withLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
withLod3ImplicitRepresentation in class AbstractOpeningTypepublic DoorType withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
withLod4ImplicitRepresentation in class AbstractOpeningTypepublic DoorType withGenericApplicationPropertyOfOpening(Object... values)
withGenericApplicationPropertyOfOpening in class AbstractOpeningTypepublic DoorType withGenericApplicationPropertyOfOpening(Collection<Object> values)
withGenericApplicationPropertyOfOpening in class AbstractOpeningTypepublic DoorType withGenericApplicationPropertyOfOpening(List<Object> value)
withGenericApplicationPropertyOfOpening in class AbstractOpeningTypepublic DoorType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractOpeningTypepublic DoorType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractOpeningTypepublic DoorType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractOpeningTypepublic DoorType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractOpeningTypepublic DoorType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractOpeningTypepublic DoorType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractOpeningTypepublic DoorType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractOpeningTypepublic DoorType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractOpeningTypepublic DoorType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractOpeningTypepublic DoorType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractOpeningTypepublic DoorType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractOpeningTypepublic DoorType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractOpeningTypepublic DoorType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractOpeningTypeCopyright © 2008–2023. All rights reserved.