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