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