edu.indiana.extreme.lead.metadata.impl
Class ProgressDocumentImpl
java.lang.Object
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.metadata.impl.ProgressDocumentImpl
- All Implemented Interfaces:
- ProgressDocument
public class ProgressDocumentImpl
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
- implements ProgressDocument
A document containing one progress(@http://schemas.leadproject.org/2007/01/lms/fgdc) element.
This is a complex type.
ProgressDocumentImpl
public ProgressDocumentImpl(org.apache.xmlbeans.SchemaType sType)
getProgress
public ProgressType.Enum getProgress()
- Gets the "progress" element
- Specified by:
getProgress in interface ProgressDocument
xgetProgress
public ProgressType xgetProgress()
- Gets (as xml) the "progress" element
- Specified by:
xgetProgress in interface ProgressDocument
setProgress
public void setProgress(ProgressType.Enum progress)
- Sets the "progress" element
- Specified by:
setProgress in interface ProgressDocument
xsetProgress
public void xsetProgress(ProgressType progress)
- Sets (as xml) the "progress" element
- Specified by:
xsetProgress in interface ProgressDocument
Copyright (c) 2007 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.