|
||||||||||
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 class for AbstractRingPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the _Ring property. |
boolean |
isSet_Ring()
|
void |
set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
Sets the value of the _Ring property. |
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
<
RingType
>
JAXBElement
<
AbstractRingType
>
JAXBElement
<
LinearRingType
>
public void set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
value
- allowed object is
JAXBElement
<
RingType
>
JAXBElement
<
AbstractRingType
>
JAXBElement
<
LinearRingType
>
public boolean isSet_Ring()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |