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