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