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