|
||||||||||
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.AbstractRingPropertyType
public class AbstractRingPropertyType
Encapsulates a ring to represent the surface boundary property of a surface.
Java-Klasse für AbstractRingPropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AbstractRingPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/gml}_Ring"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractRingPropertyType()
|
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<? extends AbstractRingType> |
get_Ring()
Ruft den Wert der _Ring-Eigenschaft ab. |
boolean |
isSet_Ring()
|
void |
set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
Legt den Wert der _Ring-Eigenschaft fest. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRingPropertyType()
Method Detail |
---|
public javax.xml.bind.JAXBElement<? extends AbstractRingType> get_Ring()
JAXBElement
<
LinearRingType
>
JAXBElement
<
RingType
>
JAXBElement
<
AbstractRingType
>
public void set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
value
- allowed object is
JAXBElement
<
LinearRingType
>
JAXBElement
<
RingType
>
JAXBElement
<
AbstractRingType
>
public boolean isSet_Ring()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |