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