|
||||||||||
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.SurfacePatchArrayPropertyType
public class SurfacePatchArrayPropertyType
A container for an array of surface patches.
Java class for SurfacePatchArrayPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SurfacePatchArrayPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded" minOccurs="0"> <element ref="{http://www.opengis.net/gml}_SurfacePatch"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SurfacePatchArrayPropertyType()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> |
get_SurfacePatch()
Gets the value of the surfacePatch property. |
boolean |
isSet_SurfacePatch()
|
void |
set_SurfacePatch(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
Sets the value of the _SurfacePatch property. |
void |
unset_SurfacePatch()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SurfacePatchArrayPropertyType()
Method Detail |
---|
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> get_SurfacePatch()
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 surfacePatch property.
For example, to add a new item, do as follows:
get_SurfacePatch().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
AbstractGriddedSurfaceType
>
JAXBElement
<
CylinderType
>
JAXBElement
<
ConeType
>
JAXBElement
<
AbstractParametricCurveSurfaceType
>
JAXBElement
<
RectangleType
>
JAXBElement
<
PolygonPatchType
>
JAXBElement
<
AbstractSurfacePatchType
>
JAXBElement
<
TriangleType
>
JAXBElement
<
SphereType
>
public boolean isSet_SurfacePatch()
public void unset_SurfacePatch()
public void set_SurfacePatch(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
surfacePatch
- allowed object is
JAXBElement
<
AbstractGriddedSurfaceType
>
JAXBElement
<
CylinderType
>
JAXBElement
<
ConeType
>
JAXBElement
<
AbstractParametricCurveSurfaceType
>
JAXBElement
<
RectangleType
>
JAXBElement
<
PolygonPatchType
>
JAXBElement
<
AbstractSurfacePatchType
>
JAXBElement
<
TriangleType
>
JAXBElement
<
SphereType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |