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