edu.indiana.extreme.lead.metadata.impl
Class VertdomDocumentImpl
java.lang.Object
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.metadata.impl.VertdomDocumentImpl
- All Implemented Interfaces:
- VertdomDocument
public class VertdomDocumentImpl
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
- implements VertdomDocument
A document containing one vertdom(@http://schemas.leadproject.org/2007/01/lms/leadelements) element.
This is a complex type.
VertdomDocumentImpl
public VertdomDocumentImpl(org.apache.xmlbeans.SchemaType sType)
getVertdom
public VertdomType getVertdom()
- Gets the "vertdom" element
- Specified by:
getVertdom in interface VertdomDocument
setVertdom
public void setVertdom(VertdomType vertdom)
- Sets the "vertdom" element
- Specified by:
setVertdom in interface VertdomDocument
addNewVertdom
public VertdomType addNewVertdom()
- Appends and returns a new empty "vertdom" element
- Specified by:
addNewVertdom in interface VertdomDocument
Copyright (c) 2007 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.