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