|
||||||||||
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.TopoComplexType
public class TopoComplexType
This type represents a TP_Complex capable of holding topological primitives.
Java class for TopoComplexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TopoComplexType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTopologyType"> <sequence> <element ref="{http://www.opengis.net/gml}maximalComplex"/> <element ref="{http://www.opengis.net/gml}superComplex" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}subComplex" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}topoPrimitiveMember" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}topoPrimitiveMembers" minOccurs="0"/> </sequence> <attribute name="isMaximal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TopoComplexType()
|
Method Summary | |
---|---|
TopoComplexMemberType |
getMaximalComplex()
Gets the value of the maximalComplex property. |
java.util.List<TopoComplexMemberType> |
getSubComplex()
Gets the value of the subComplex property. |
java.util.List<TopoComplexMemberType> |
getSuperComplex()
Gets the value of the superComplex property. |
java.util.List<TopoPrimitiveMemberType> |
getTopoPrimitiveMember()
Gets the value of the topoPrimitiveMember property. |
TopoPrimitiveArrayAssociationType |
getTopoPrimitiveMembers()
Gets the value of the topoPrimitiveMembers property. |
boolean |
isIsMaximal()
Gets the value of the isMaximal property. |
boolean |
isSetIsMaximal()
|
boolean |
isSetMaximalComplex()
|
boolean |
isSetSubComplex()
|
boolean |
isSetSuperComplex()
|
boolean |
isSetTopoPrimitiveMember()
|
boolean |
isSetTopoPrimitiveMembers()
|
void |
setIsMaximal(boolean value)
Sets the value of the isMaximal property. |
void |
setMaximalComplex(TopoComplexMemberType value)
Sets the value of the maximalComplex property. |
void |
setSubComplex(java.util.List<TopoComplexMemberType> subComplex)
Sets the value of the subComplex property. |
void |
setSuperComplex(java.util.List<TopoComplexMemberType> superComplex)
Sets the value of the superComplex property. |
void |
setTopoPrimitiveMember(java.util.List<TopoPrimitiveMemberType> topoPrimitiveMember)
Sets the value of the topoPrimitiveMember property. |
void |
setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType value)
Sets the value of the topoPrimitiveMembers property. |
void |
unsetIsMaximal()
|
void |
unsetSubComplex()
|
void |
unsetSuperComplex()
|
void |
unsetTopoPrimitiveMember()
|
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 TopoComplexType()
Method Detail |
---|
public TopoComplexMemberType getMaximalComplex()
TopoComplexMemberType
public void setMaximalComplex(TopoComplexMemberType value)
value
- allowed object is
TopoComplexMemberType
public boolean isSetMaximalComplex()
public java.util.List<TopoComplexMemberType> getSuperComplex()
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 superComplex property.
For example, to add a new item, do as follows:
getSuperComplex().add(newItem);
Objects of the following type(s) are allowed in the list
TopoComplexMemberType
public boolean isSetSuperComplex()
public void unsetSuperComplex()
public java.util.List<TopoComplexMemberType> getSubComplex()
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 subComplex property.
For example, to add a new item, do as follows:
getSubComplex().add(newItem);
Objects of the following type(s) are allowed in the list
TopoComplexMemberType
public boolean isSetSubComplex()
public void unsetSubComplex()
public java.util.List<TopoPrimitiveMemberType> getTopoPrimitiveMember()
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 topoPrimitiveMember property.
For example, to add a new item, do as follows:
getTopoPrimitiveMember().add(newItem);
Objects of the following type(s) are allowed in the list
TopoPrimitiveMemberType
public boolean isSetTopoPrimitiveMember()
public void unsetTopoPrimitiveMember()
public TopoPrimitiveArrayAssociationType getTopoPrimitiveMembers()
TopoPrimitiveArrayAssociationType
public void setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType value)
value
- allowed object is
TopoPrimitiveArrayAssociationType
public boolean isSetTopoPrimitiveMembers()
public boolean isIsMaximal()
Boolean
public void setIsMaximal(boolean value)
value
- allowed object is
Boolean
public boolean isSetIsMaximal()
public void unsetIsMaximal()
public void setSuperComplex(java.util.List<TopoComplexMemberType> superComplex)
superComplex
- allowed object is
TopoComplexMemberType
public void setSubComplex(java.util.List<TopoComplexMemberType> subComplex)
subComplex
- allowed object is
TopoComplexMemberType
public void setTopoPrimitiveMember(java.util.List<TopoPrimitiveMemberType> topoPrimitiveMember)
topoPrimitiveMember
- allowed object is
TopoPrimitiveMemberType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |