|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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.HollowSpaceType
public class HollowSpaceType
Area or volume within a Tunnel bounded actually or theoretically
Java class for HollowSpaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HollowSpaceType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/2.0}AbstractCityObjectType">
<sequence>
<element name="class" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/>
<element name="function" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="usage" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="lod4Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
<element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="boundedBy" type="{http://www.opengis.net/citygml/tunnel/2.0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="interiorFurniture" type="{http://www.opengis.net/citygml/tunnel/2.0}InteriorFurniturePropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="hollowSpaceInstallation" type="{http://www.opengis.net/citygml/tunnel/2.0}IntTunnelInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/tunnel/2.0}_GenericApplicationPropertyOfHollowSpace" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<BoundarySurfacePropertyType> |
cityObjectBoundedBy
|
protected CodeType |
clazz
|
protected List<CodeType> |
function
|
protected List<Object> |
genericApplicationPropertyOfHollowSpace
|
protected List<IntTunnelInstallationPropertyType> |
hollowSpaceInstallation
|
protected List<InteriorFurniturePropertyType> |
interiorFurniture
|
protected MultiSurfacePropertyType |
lod4MultiSurface
|
protected SolidPropertyType |
lod4Solid
|
protected List<CodeType> |
usage
|
| 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 | |
|---|---|
HollowSpaceType()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CodeType clazz
protected List<CodeType> function
protected List<CodeType> usage
protected SolidPropertyType lod4Solid
protected MultiSurfacePropertyType lod4MultiSurface
protected List<BoundarySurfacePropertyType> cityObjectBoundedBy
protected List<InteriorFurniturePropertyType> interiorFurniture
protected List<IntTunnelInstallationPropertyType> hollowSpaceInstallation
protected List<Object> genericApplicationPropertyOfHollowSpace
| Constructor Detail |
|---|
public HollowSpaceType()
| Method Detail |
|---|
public CodeType getClazz()
CodeTypepublic void setClazz(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetClazz()
public List<CodeType> getFunction()
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 function property.
For example, to add a new item, do as follows:
getFunction().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
public boolean isSetFunction()
public void unsetFunction()
public List<CodeType> getUsage()
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 usage property.
For example, to add a new item, do as follows:
getUsage().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
public boolean isSetUsage()
public void unsetUsage()
public SolidPropertyType getLod4Solid()
SolidPropertyTypepublic void setLod4Solid(SolidPropertyType value)
value - allowed object is
SolidPropertyTypepublic boolean isSetLod4Solid()
public MultiSurfacePropertyType getLod4MultiSurface()
MultiSurfacePropertyTypepublic void setLod4MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod4MultiSurface()
public List<BoundarySurfacePropertyType> getCityObjectBoundedBy()
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 cityObjectBoundedBy property.
For example, to add a new item, do as follows:
getCityObjectBoundedBy().add(newItem);
Objects of the following type(s) are allowed in the list
BoundarySurfacePropertyType
public boolean isSetCityObjectBoundedBy()
public void unsetCityObjectBoundedBy()
public List<InteriorFurniturePropertyType> getInteriorFurniture()
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 interiorFurniture property.
For example, to add a new item, do as follows:
getInteriorFurniture().add(newItem);
Objects of the following type(s) are allowed in the list
InteriorFurniturePropertyType
public boolean isSetInteriorFurniture()
public void unsetInteriorFurniture()
public List<IntTunnelInstallationPropertyType> getHollowSpaceInstallation()
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 hollowSpaceInstallation property.
For example, to add a new item, do as follows:
getHollowSpaceInstallation().add(newItem);
Objects of the following type(s) are allowed in the list
IntTunnelInstallationPropertyType
public boolean isSetHollowSpaceInstallation()
public void unsetHollowSpaceInstallation()
public List<Object> getGenericApplicationPropertyOfHollowSpace()
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 genericApplicationPropertyOfHollowSpace property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfHollowSpace().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfHollowSpace()
public void unsetGenericApplicationPropertyOfHollowSpace()
public String toString()
toString in class AbstractCityObjectType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractCityObjectType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractCityObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractCityObjectTypepublic boolean equals(Object object)
equals in class AbstractCityObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractCityObjectTypepublic int hashCode()
hashCode in class AbstractCityObjectTypepublic Object clone()
clone in class AbstractCityObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractCityObjectType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractCityObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractCityObjectType
public 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractCityObjectTypepublic void setFunction(List<CodeType> value)
public void setUsage(List<CodeType> value)
public void setCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
public void setInteriorFurniture(List<InteriorFurniturePropertyType> value)
public void setHollowSpaceInstallation(List<IntTunnelInstallationPropertyType> value)
public void setGenericApplicationPropertyOfHollowSpace(List<Object> value)
public HollowSpaceType withClazz(CodeType value)
public HollowSpaceType withFunction(CodeType... values)
public HollowSpaceType withFunction(Collection<CodeType> values)
public HollowSpaceType withUsage(CodeType... values)
public HollowSpaceType withUsage(Collection<CodeType> values)
public HollowSpaceType withLod4Solid(SolidPropertyType value)
public HollowSpaceType withLod4MultiSurface(MultiSurfacePropertyType value)
public HollowSpaceType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)
public HollowSpaceType withCityObjectBoundedBy(Collection<BoundarySurfacePropertyType> values)
public HollowSpaceType withInteriorFurniture(InteriorFurniturePropertyType... values)
public HollowSpaceType withInteriorFurniture(Collection<InteriorFurniturePropertyType> values)
public HollowSpaceType withHollowSpaceInstallation(IntTunnelInstallationPropertyType... values)
public HollowSpaceType withHollowSpaceInstallation(Collection<IntTunnelInstallationPropertyType> values)
public HollowSpaceType withGenericApplicationPropertyOfHollowSpace(Object... values)
public HollowSpaceType withGenericApplicationPropertyOfHollowSpace(Collection<Object> values)
public HollowSpaceType withFunction(List<CodeType> value)
public HollowSpaceType withUsage(List<CodeType> value)
public HollowSpaceType withCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
public HollowSpaceType withInteriorFurniture(List<InteriorFurniturePropertyType> value)
public HollowSpaceType withHollowSpaceInstallation(List<IntTunnelInstallationPropertyType> value)
public HollowSpaceType withGenericApplicationPropertyOfHollowSpace(List<Object> value)
public HollowSpaceType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic HollowSpaceType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic HollowSpaceType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic HollowSpaceType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic HollowSpaceType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic HollowSpaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic HollowSpaceType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractCityObjectTypepublic HollowSpaceType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractCityObjectTypepublic HollowSpaceType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic HollowSpaceType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic HollowSpaceType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic HollowSpaceType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic HollowSpaceType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||