|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractTopologyType
org.citygml4j.jaxb.gml._3_1_1.AbstractTopoPrimitiveType
public abstract class AbstractTopoPrimitiveType
Java class for AbstractTopoPrimitiveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTopoPrimitiveType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTopologyType"> <sequence> <element ref="{http://www.opengis.net/gml}isolated" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}container" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractTopoPrimitiveType()
|
Method Summary | |
---|---|
ContainerPropertyType |
getContainer()
Gets the value of the container property. |
java.util.List<IsolatedPropertyType> |
getIsolated()
Gets the value of the isolated property. |
boolean |
isSetContainer()
|
boolean |
isSetIsolated()
|
void |
setContainer(ContainerPropertyType value)
Sets the value of the container property. |
void |
setIsolated(java.util.List<IsolatedPropertyType> isolated)
Sets the value of the isolated property. |
void |
unsetIsolated()
|
Methods inherited from class org.citygml4j.jaxb.gml._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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractTopoPrimitiveType()
Method Detail |
---|
public java.util.List<IsolatedPropertyType> getIsolated()
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 isolated property.
For example, to add a new item, do as follows:
getIsolated().add(newItem);
Objects of the following type(s) are allowed in the list
IsolatedPropertyType
public boolean isSetIsolated()
public void unsetIsolated()
public ContainerPropertyType getContainer()
ContainerPropertyType
public void setContainer(ContainerPropertyType value)
value
- allowed object is
ContainerPropertyType
public boolean isSetContainer()
public void setIsolated(java.util.List<IsolatedPropertyType> isolated)
isolated
- allowed object is
IsolatedPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |