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