|
||||||||||
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.RingPropertyType
public class RingPropertyType
Encapsulates a ring to represent properties in features or geometry collections.
Java class for RingPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RingPropertyType"> <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 | |
---|---|
RingPropertyType()
|
Method Summary | |
---|---|
RingType |
getRing()
Gets the value of the ring property. |
boolean |
isSetRing()
|
void |
setRing(RingType 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 RingPropertyType()
Method Detail |
---|
public RingType getRing()
RingType
public void setRing(RingType value)
value
- allowed object is
RingType
public boolean isSetRing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |