edu.indiana.extreme.lead.metadata.impl
Class ProcdescDocumentImpl
java.lang.Object
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.metadata.impl.ProcdescDocumentImpl
- All Implemented Interfaces:
- ProcdescDocument
public class ProcdescDocumentImpl
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
- implements ProcdescDocument
A document containing one procdesc(@http://schemas.leadproject.org/2007/01/lms/leadelements) element.
This is a complex type.
ProcdescDocumentImpl
public ProcdescDocumentImpl(org.apache.xmlbeans.SchemaType sType)
getProcdesc
public String getProcdesc()
- Gets the "procdesc" element
- Specified by:
getProcdesc in interface ProcdescDocument
xgetProcdesc
public ProcdescType xgetProcdesc()
- Gets (as xml) the "procdesc" element
- Specified by:
xgetProcdesc in interface ProcdescDocument
setProcdesc
public void setProcdesc(String procdesc)
- Sets the "procdesc" element
- Specified by:
setProcdesc in interface ProcdescDocument
xsetProcdesc
public void xsetProcdesc(ProcdescType procdesc)
- Sets (as xml) the "procdesc" element
- Specified by:
xsetProcdesc in interface ProcdescDocument
Copyright (c) 2007 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.