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