edu.indiana.extreme.lead.metadata.impl
Class UdomDocumentImpl
java.lang.Object
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.metadata.impl.UdomDocumentImpl
- All Implemented Interfaces:
- UdomDocument
public class UdomDocumentImpl
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
- implements UdomDocument
A document containing one udom(@http://schemas.leadproject.org/2007/01/lms/fgdc) element.
This is a complex type.
| Fields inherited from interface edu.indiana.extreme.lead.metadata.UdomDocument |
type |
UdomDocumentImpl
public UdomDocumentImpl(org.apache.xmlbeans.SchemaType sType)
getUdom
public String getUdom()
- Gets the "udom" element
- Specified by:
getUdom in interface UdomDocument
xgetUdom
public UdomType xgetUdom()
- Gets (as xml) the "udom" element
- Specified by:
xgetUdom in interface UdomDocument
setUdom
public void setUdom(String udom)
- Sets the "udom" element
- Specified by:
setUdom in interface UdomDocument
xsetUdom
public void xsetUdom(UdomType udom)
- Sets (as xml) the "udom" element
- Specified by:
xsetUdom in interface UdomDocument
Copyright (c) 2007 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.