Package net.opengis.gml._3
Class AbstractMetadataPropertyType
- java.lang.Object
-
- net.opengis.gml._3.AbstractMetadataPropertyType
-
- All Implemented Interfaces:
Serializable
public abstract class AbstractMetadataPropertyType extends Object implements Serializable
To associate metadata described by any XML Schema with a GML object, a property element shall be defined whose content model is derived by extension from gml:AbstractMetadataPropertyType. The value of such a property shall be metadata. The content model of such a property type, i.e. the metadata application schema shall be specified by the GML Application Schema. By default, this abstract property type does not imply any ownership of the metadata. The owns attribute of gml:OwnershipAttributeGroup may be used on a metadata property element instance to assert ownership of the metadata. If metadata following the conceptual model of ISO 19115 is to be encoded in a GML document, the corresponding Implementation Specification specified in ISO/TS 19139 shall be used to encode the metadata information.Java class for AbstractMetadataPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractMetadataPropertyType"> <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 AbstractMetadataPropertyType()
-
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
-
-