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