Package net.opengis.gml._3
Class AbstractMemberType
- java.lang.Object
-
- net.opengis.gml._3.AbstractMemberType
-
- All Implemented Interfaces:
Serializable
public abstract class AbstractMemberType extends Object implements Serializable
To create a collection of GML Objects that are not all features, a property type shall be derived by extension from gml:AbstractMemberType. This abstract property type is intended to be used only in object types where software shall be able to identify that an instance of such an object type is to be interpreted as a collection of objects. By default, this abstract property type does not imply any ownership of the objects in the collection. The owns attribute of gml:OwnershipAttributeGroup may be used on a property element instance to assert ownership of an object in the collection. A collection shall not own an object already owned by another object.Java class for AbstractMemberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractMemberType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractMemberType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOwns()Gets the value of the owns property.voidsetOwns(Boolean value)Sets the value of the owns property.
-
-
-
Field Detail
-
owns
protected Boolean owns
-
-