Package nl.b3p.csw.jaxb.filter
Class GmlObjectIdType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.AbstractIdType
-
- nl.b3p.csw.jaxb.filter.GmlObjectIdType
-
public class GmlObjectIdType extends AbstractIdType
Java class for GmlObjectIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GmlObjectIdType"> <complexContent> <extension base="{http://www.opengis.net/ogc}AbstractIdType"> <attribute ref="{http://www.opengis.net/gml}id use="required""/> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GmlObjectIdType()Default no-arg constructorGmlObjectIdType(String id)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.voidsetId(String value)Sets the value of the id property.
-