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