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