edu.indiana.extreme.lead.metadata.impl
Class ProcDateTimeDocumentImpl
java.lang.Object
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.metadata.impl.ProcDateTimeDocumentImpl
- All Implemented Interfaces:
- ProcDateTimeDocument
public class ProcDateTimeDocumentImpl
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
- implements ProcDateTimeDocument
A document containing one procDateTime(@http://schemas.leadproject.org/2007/01/lms/leadelements) element.
This is a complex type.
ProcDateTimeDocumentImpl
public ProcDateTimeDocumentImpl(org.apache.xmlbeans.SchemaType sType)
getProcDateTime
public Calendar getProcDateTime()
- Gets the "procDateTime" element
- Specified by:
getProcDateTime in interface ProcDateTimeDocument
xgetProcDateTime
public org.apache.xmlbeans.XmlDateTime xgetProcDateTime()
- Gets (as xml) the "procDateTime" element
- Specified by:
xgetProcDateTime in interface ProcDateTimeDocument
setProcDateTime
public void setProcDateTime(Calendar procDateTime)
- Sets the "procDateTime" element
- Specified by:
setProcDateTime in interface ProcDateTimeDocument
xsetProcDateTime
public void xsetProcDateTime(org.apache.xmlbeans.XmlDateTime procDateTime)
- Sets (as xml) the "procDateTime" element
- Specified by:
xsetProcDateTime in interface ProcDateTimeDocument
Copyright (c) 2007 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.