edu.indiana.extreme.lead.metadata.impl
Class GeoformDocumentImpl
java.lang.Object
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.metadata.impl.GeoformDocumentImpl
- All Implemented Interfaces:
- GeoformDocument
public class GeoformDocumentImpl
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
- implements GeoformDocument
A document containing one geoform(@http://schemas.leadproject.org/2007/01/lms/fgdc) element.
This is a complex type.
GeoformDocumentImpl
public GeoformDocumentImpl(org.apache.xmlbeans.SchemaType sType)
getGeoform
public String getGeoform()
- Gets the "geoform" element
- Specified by:
getGeoform in interface GeoformDocument
xgetGeoform
public GeoformType xgetGeoform()
- Gets (as xml) the "geoform" element
- Specified by:
xgetGeoform in interface GeoformDocument
setGeoform
public void setGeoform(String geoform)
- Sets the "geoform" element
- Specified by:
setGeoform in interface GeoformDocument
xsetGeoform
public void xsetGeoform(GeoformType geoform)
- Sets (as xml) the "geoform" element
- Specified by:
xsetGeoform in interface GeoformDocument
Copyright (c) 2007 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.