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