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