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