Package net.opengis.gml._3
Class Identifier
- java.lang.Object
-
- net.opengis.gml._3.CodeType
-
- net.opengis.gml._3.Identifier
-
- All Implemented Interfaces:
Serializable
public class Identifier extends CodeType implements Serializable
gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.Java class for CodeWithAuthorityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeWithAuthorityType"> <simpleContent> <restriction base="<http://www.opengis.net/gml/3.2>CodeType"> <attribute name="codeSpace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Identifier()
-