|
||||||||||
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.BoundingShapeType
public class BoundingShapeType
Bounding shape.
Java-Klasse für BoundingShapeType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="BoundingShapeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.opengis.net/gml}Envelope"/> <element ref="{http://www.opengis.net/gml}Null"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
BoundingShapeType()
|
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<? extends EnvelopeType> |
getEnvelope()
Ruft den Wert der envelope-Eigenschaft ab. |
java.util.List<java.lang.String> |
getNull()
Gets the value of the null property. |
boolean |
isSetEnvelope()
|
boolean |
isSetNull()
|
void |
setEnvelope(javax.xml.bind.JAXBElement<? extends EnvelopeType> value)
Legt den Wert der envelope-Eigenschaft fest. |
void |
setNull(java.util.List<java.lang.String> _null)
Sets the value of the null property. |
void |
unsetNull()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundingShapeType()
Method Detail |
---|
public javax.xml.bind.JAXBElement<? extends EnvelopeType> getEnvelope()
JAXBElement
<
EnvelopeWithTimePeriodType
>
JAXBElement
<
EnvelopeType
>
public void setEnvelope(javax.xml.bind.JAXBElement<? extends EnvelopeType> value)
value
- allowed object is
JAXBElement
<
EnvelopeWithTimePeriodType
>
JAXBElement
<
EnvelopeType
>
public boolean isSetEnvelope()
public java.util.List<java.lang.String> getNull()
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 null property.
For example, to add a new item, do as follows:
getNull().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetNull()
public void unsetNull()
public void setNull(java.util.List<java.lang.String> _null)
_null
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |