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