Package net.opengis.gml._3
Class AbstractInlineProperty
- java.lang.Object
-
- net.opengis.gml._3.AbstractInlineProperty
-
- All Implemented Interfaces:
Serializable
public abstract class AbstractInlineProperty extends Object implements Serializable
Java class for InlinePropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InlinePropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> <attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractInlineProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.booleanisOwns()Gets the value of the owns property.voidsetAny(Object value)Sets the value of the any property.voidsetOwns(Boolean value)Sets the value of the owns property.
-
-
-
Method Detail
-
getAny
public Object getAny()
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
public void setAny(Object value)
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
isOwns
public boolean isOwns()
Gets the value of the owns property.- Returns:
- possible object is
Boolean
-
-