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