Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
gov.grants.apply.forms.sf424V10.AddressDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: Address
* Namespace: http://apply.grants.gov/forms/SF424-V1.0
* Java type: gov.grants.apply.forms.sf424V10.AddressDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.sf424V10;
/**
* A document containing one Address(@http://apply.grants.gov/forms/SF424-V1.0) element.
*
* This is a complex type.
*/
public interface AddressDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AddressDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("addressc9f2doctype");
/**
* Gets the "Address" element
*/
gov.grants.apply.forms.sf424V10.AddressDocument.Address getAddress();
/**
* Sets the "Address" element
*/
void setAddress(gov.grants.apply.forms.sf424V10.AddressDocument.Address address);
/**
* Appends and returns a new empty "Address" element
*/
gov.grants.apply.forms.sf424V10.AddressDocument.Address addNewAddress();
/**
* An XML Address(@http://apply.grants.gov/forms/SF424-V1.0).
*
* This is a complex type.
*/
public interface Address extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Address.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("address91b2elemtype");
/**
* Gets the "Street1" element
*/
java.lang.String getStreet1();
/**
* Gets (as xml) the "Street1" element
*/
gov.grants.apply.system.globalV10.StringMin1Max55Type xgetStreet1();
/**
* Sets the "Street1" element
*/
void setStreet1(java.lang.String street1);
/**
* Sets (as xml) the "Street1" element
*/
void xsetStreet1(gov.grants.apply.system.globalV10.StringMin1Max55Type street1);
/**
* Gets the "Street2" element
*/
java.lang.String getStreet2();
/**
* Gets (as xml) the "Street2" element
*/
gov.grants.apply.system.globalV10.StringMin1Max55Type xgetStreet2();
/**
* True if has "Street2" element
*/
boolean isSetStreet2();
/**
* Sets the "Street2" element
*/
void setStreet2(java.lang.String street2);
/**
* Sets (as xml) the "Street2" element
*/
void xsetStreet2(gov.grants.apply.system.globalV10.StringMin1Max55Type street2);
/**
* Unsets the "Street2" element
*/
void unsetStreet2();
/**
* Gets the "City" element
*/
java.lang.String getCity();
/**
* Gets (as xml) the "City" element
*/
gov.grants.apply.system.globalV10.StringMin1Max35Type xgetCity();
/**
* Sets the "City" element
*/
void setCity(java.lang.String city);
/**
* Sets (as xml) the "City" element
*/
void xsetCity(gov.grants.apply.system.globalV10.StringMin1Max35Type city);
/**
* Gets the "County" element
*/
java.lang.String getCounty();
/**
* Gets (as xml) the "County" element
*/
gov.grants.apply.system.globalV10.StringMin1Max30Type xgetCounty();
/**
* True if has "County" element
*/
boolean isSetCounty();
/**
* Sets the "County" element
*/
void setCounty(java.lang.String county);
/**
* Sets (as xml) the "County" element
*/
void xsetCounty(gov.grants.apply.system.globalV10.StringMin1Max30Type county);
/**
* Unsets the "County" element
*/
void unsetCounty();
/**
* Gets the "StateCode" element
*/
java.lang.String getStateCode();
/**
* Gets (as xml) the "StateCode" element
*/
gov.grants.apply.system.globalV10.StringMin1Max2Type xgetStateCode();
/**
* True if has "StateCode" element
*/
boolean isSetStateCode();
/**
* Sets the "StateCode" element
*/
void setStateCode(java.lang.String stateCode);
/**
* Sets (as xml) the "StateCode" element
*/
void xsetStateCode(gov.grants.apply.system.globalV10.StringMin1Max2Type stateCode);
/**
* Unsets the "StateCode" element
*/
void unsetStateCode();
/**
* Gets the "ZipCode" element
*/
java.lang.String getZipCode();
/**
* Gets (as xml) the "ZipCode" element
*/
gov.grants.apply.system.globalV10.StringMin1Max15Type xgetZipCode();
/**
* True if has "ZipCode" element
*/
boolean isSetZipCode();
/**
* Sets the "ZipCode" element
*/
void setZipCode(java.lang.String zipCode);
/**
* Sets (as xml) the "ZipCode" element
*/
void xsetZipCode(gov.grants.apply.system.globalV10.StringMin1Max15Type zipCode);
/**
* Unsets the "ZipCode" element
*/
void unsetZipCode();
/**
* Gets the "Country" element
*/
gov.grants.apply.system.universalCodesV10.CountryCodeType.Enum getCountry();
/**
* Gets (as xml) the "Country" element
*/
gov.grants.apply.system.universalCodesV10.CountryCodeType xgetCountry();
/**
* True if has "Country" element
*/
boolean isSetCountry();
/**
* Sets the "Country" element
*/
void setCountry(gov.grants.apply.system.universalCodesV10.CountryCodeType.Enum country);
/**
* Sets (as xml) the "Country" element
*/
void xsetCountry(gov.grants.apply.system.universalCodesV10.CountryCodeType country);
/**
* Unsets the "Country" element
*/
void unsetCountry();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.sf424V10.AddressDocument.Address newInstance() {
return (gov.grants.apply.forms.sf424V10.AddressDocument.Address) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument.Address newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.sf424V10.AddressDocument.Address) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.sf424V10.AddressDocument newInstance() {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.sf424V10.AddressDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.sf424V10.AddressDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}