|
||||||||||
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.TopoPrimitiveArrayAssociationType
public class TopoPrimitiveArrayAssociationType
This type supports embedding an array of topological primitives in a TopoComplex
Java class for TopoPrimitiveArrayAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TopoPrimitiveArrayAssociationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://www.opengis.net/gml}_TopoPrimitive"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TopoPrimitiveArrayAssociationType()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTopoPrimitiveType>> |
get_TopoPrimitive()
Gets the value of the topoPrimitive property. |
boolean |
isSet_TopoPrimitive()
|
void |
set_TopoPrimitive(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTopoPrimitiveType>> topoPrimitive)
Sets the value of the _TopoPrimitive property. |
void |
unset_TopoPrimitive()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TopoPrimitiveArrayAssociationType()
Method Detail |
---|
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTopoPrimitiveType>> get_TopoPrimitive()
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 topoPrimitive property.
For example, to add a new item, do as follows:
get_TopoPrimitive().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
AbstractTopoPrimitiveType
>
JAXBElement
<
TopoSolidType
>
JAXBElement
<
FaceType
>
JAXBElement
<
NodeType
>
JAXBElement
<
EdgeType
>
public boolean isSet_TopoPrimitive()
public void unset_TopoPrimitive()
public void set_TopoPrimitive(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTopoPrimitiveType>> topoPrimitive)
topoPrimitive
- allowed object is
JAXBElement
<
AbstractTopoPrimitiveType
>
JAXBElement
<
TopoSolidType
>
JAXBElement
<
FaceType
>
JAXBElement
<
NodeType
>
JAXBElement
<
EdgeType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |