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.
/*
* An XML document type.
* Localname: RR_KeyPersonExpanded
* Namespace: http://apply.grants.gov/forms/RR_KeyPersonExpanded-V1.1
* Java type: gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.rrKeyPersonExpandedV11;
/**
* A document containing one RR_KeyPersonExpanded(@http://apply.grants.gov/forms/RR_KeyPersonExpanded-V1.1) element.
*
* This is a complex type.
*/
public interface RRKeyPersonExpandedDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRKeyPersonExpandedDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrkeypersonexpanded9a5edoctype");
/**
* Gets the "RR_KeyPersonExpanded" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded getRRKeyPersonExpanded();
/**
* Sets the "RR_KeyPersonExpanded" element
*/
void setRRKeyPersonExpanded(gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded rrKeyPersonExpanded);
/**
* Appends and returns a new empty "RR_KeyPersonExpanded" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded addNewRRKeyPersonExpanded();
/**
* An XML RR_KeyPersonExpanded(@http://apply.grants.gov/forms/RR_KeyPersonExpanded-V1.1).
*
* This is a complex type.
*/
public interface RRKeyPersonExpanded extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRKeyPersonExpanded.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrkeypersonexpanded9174elemtype");
/**
* Gets the "PDPI" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType getPDPI();
/**
* Sets the "PDPI" element
*/
void setPDPI(gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType pdpi);
/**
* Appends and returns a new empty "PDPI" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType addNewPDPI();
/**
* Gets array of all "KeyPerson" elements
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType[] getKeyPersonArray();
/**
* Gets ith "KeyPerson" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType getKeyPersonArray(int i);
/**
* Returns number of "KeyPerson" element
*/
int sizeOfKeyPersonArray();
/**
* Sets array of all "KeyPerson" element
*/
void setKeyPersonArray(gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType[] keyPersonArray);
/**
* Sets ith "KeyPerson" element
*/
void setKeyPersonArray(int i, gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType keyPerson);
/**
* Inserts and returns a new empty value (as xml) as the ith "KeyPerson" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType insertNewKeyPerson(int i);
/**
* Appends and returns a new empty value (as xml) as the last "KeyPerson" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.PersonProfileDataType addNewKeyPerson();
/**
* Removes the ith "KeyPerson" element
*/
void removeKeyPerson(int i);
/**
* Gets the "KeyPersonAttachmentFileName1" element
*/
java.lang.String getKeyPersonAttachmentFileName1();
/**
* Gets (as xml) the "KeyPersonAttachmentFileName1" element
*/
gov.grants.apply.system.globalV10.StringMin1Max60Type xgetKeyPersonAttachmentFileName1();
/**
* True if has "KeyPersonAttachmentFileName1" element
*/
boolean isSetKeyPersonAttachmentFileName1();
/**
* Sets the "KeyPersonAttachmentFileName1" element
*/
void setKeyPersonAttachmentFileName1(java.lang.String keyPersonAttachmentFileName1);
/**
* Sets (as xml) the "KeyPersonAttachmentFileName1" element
*/
void xsetKeyPersonAttachmentFileName1(gov.grants.apply.system.globalV10.StringMin1Max60Type keyPersonAttachmentFileName1);
/**
* Unsets the "KeyPersonAttachmentFileName1" element
*/
void unsetKeyPersonAttachmentFileName1();
/**
* Gets the "KeyPersonAttachmentFileName2" element
*/
java.lang.String getKeyPersonAttachmentFileName2();
/**
* Gets (as xml) the "KeyPersonAttachmentFileName2" element
*/
gov.grants.apply.system.globalV10.StringMin1Max60Type xgetKeyPersonAttachmentFileName2();
/**
* True if has "KeyPersonAttachmentFileName2" element
*/
boolean isSetKeyPersonAttachmentFileName2();
/**
* Sets the "KeyPersonAttachmentFileName2" element
*/
void setKeyPersonAttachmentFileName2(java.lang.String keyPersonAttachmentFileName2);
/**
* Sets (as xml) the "KeyPersonAttachmentFileName2" element
*/
void xsetKeyPersonAttachmentFileName2(gov.grants.apply.system.globalV10.StringMin1Max60Type keyPersonAttachmentFileName2);
/**
* Unsets the "KeyPersonAttachmentFileName2" element
*/
void unsetKeyPersonAttachmentFileName2();
/**
* Gets the "KeyPersonAttachmentFileName3" element
*/
java.lang.String getKeyPersonAttachmentFileName3();
/**
* Gets (as xml) the "KeyPersonAttachmentFileName3" element
*/
gov.grants.apply.system.globalV10.StringMin1Max60Type xgetKeyPersonAttachmentFileName3();
/**
* True if has "KeyPersonAttachmentFileName3" element
*/
boolean isSetKeyPersonAttachmentFileName3();
/**
* Sets the "KeyPersonAttachmentFileName3" element
*/
void setKeyPersonAttachmentFileName3(java.lang.String keyPersonAttachmentFileName3);
/**
* Sets (as xml) the "KeyPersonAttachmentFileName3" element
*/
void xsetKeyPersonAttachmentFileName3(gov.grants.apply.system.globalV10.StringMin1Max60Type keyPersonAttachmentFileName3);
/**
* Unsets the "KeyPersonAttachmentFileName3" element
*/
void unsetKeyPersonAttachmentFileName3();
/**
* Gets the "KeyPersonAttachmentFileName4" element
*/
java.lang.String getKeyPersonAttachmentFileName4();
/**
* Gets (as xml) the "KeyPersonAttachmentFileName4" element
*/
gov.grants.apply.system.globalV10.StringMin1Max60Type xgetKeyPersonAttachmentFileName4();
/**
* True if has "KeyPersonAttachmentFileName4" element
*/
boolean isSetKeyPersonAttachmentFileName4();
/**
* Sets the "KeyPersonAttachmentFileName4" element
*/
void setKeyPersonAttachmentFileName4(java.lang.String keyPersonAttachmentFileName4);
/**
* Sets (as xml) the "KeyPersonAttachmentFileName4" element
*/
void xsetKeyPersonAttachmentFileName4(gov.grants.apply.system.globalV10.StringMin1Max60Type keyPersonAttachmentFileName4);
/**
* Unsets the "KeyPersonAttachmentFileName4" element
*/
void unsetKeyPersonAttachmentFileName4();
/**
* Gets the "AdditionalProfilesAttached" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.AdditionalProfilesAttached getAdditionalProfilesAttached();
/**
* True if has "AdditionalProfilesAttached" element
*/
boolean isSetAdditionalProfilesAttached();
/**
* Sets the "AdditionalProfilesAttached" element
*/
void setAdditionalProfilesAttached(gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.AdditionalProfilesAttached additionalProfilesAttached);
/**
* Appends and returns a new empty "AdditionalProfilesAttached" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.AdditionalProfilesAttached addNewAdditionalProfilesAttached();
/**
* Unsets the "AdditionalProfilesAttached" element
*/
void unsetAdditionalProfilesAttached();
/**
* Gets the "BioSketchsAttached" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.BioSketchsAttached getBioSketchsAttached();
/**
* True if has "BioSketchsAttached" element
*/
boolean isSetBioSketchsAttached();
/**
* Sets the "BioSketchsAttached" element
*/
void setBioSketchsAttached(gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.BioSketchsAttached bioSketchsAttached);
/**
* Appends and returns a new empty "BioSketchsAttached" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.BioSketchsAttached addNewBioSketchsAttached();
/**
* Unsets the "BioSketchsAttached" element
*/
void unsetBioSketchsAttached();
/**
* Gets the "SupportsAttached" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.SupportsAttached getSupportsAttached();
/**
* True if has "SupportsAttached" element
*/
boolean isSetSupportsAttached();
/**
* Sets the "SupportsAttached" element
*/
void setSupportsAttached(gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.SupportsAttached supportsAttached);
/**
* Appends and returns a new empty "SupportsAttached" element
*/
gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.SupportsAttached addNewSupportsAttached();
/**
* Unsets the "SupportsAttached" element
*/
void unsetSupportsAttached();
/**
* Gets the "FormVersion" attribute
*/
java.lang.String getFormVersion();
/**
* Gets (as xml) the "FormVersion" attribute
*/
gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
/**
* Sets the "FormVersion" attribute
*/
void setFormVersion(java.lang.String formVersion);
/**
* Sets (as xml) the "FormVersion" attribute
*/
void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
/**
* An XML AdditionalProfilesAttached(@http://apply.grants.gov/forms/RR_KeyPersonExpanded-V1.1).
*
* This is a complex type.
*/
public interface AdditionalProfilesAttached extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AdditionalProfilesAttached.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("additionalprofilesattached2565elemtype");
/**
* Gets the "AdditionalProfileAttached" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAdditionalProfileAttached();
/**
* True if has "AdditionalProfileAttached" element
*/
boolean isSetAdditionalProfileAttached();
/**
* Sets the "AdditionalProfileAttached" element
*/
void setAdditionalProfileAttached(gov.grants.apply.system.attachmentsV10.AttachedFileDataType additionalProfileAttached);
/**
* Appends and returns a new empty "AdditionalProfileAttached" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewAdditionalProfileAttached();
/**
* Unsets the "AdditionalProfileAttached" element
*/
void unsetAdditionalProfileAttached();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.AdditionalProfilesAttached newInstance() {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.AdditionalProfilesAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.AdditionalProfilesAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.AdditionalProfilesAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML BioSketchsAttached(@http://apply.grants.gov/forms/RR_KeyPersonExpanded-V1.1).
*
* This is a complex type.
*/
public interface BioSketchsAttached extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BioSketchsAttached.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("biosketchsattached97d3elemtype");
/**
* Gets the "BioSketchAttached" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType getBioSketchAttached();
/**
* Sets the "BioSketchAttached" element
*/
void setBioSketchAttached(gov.grants.apply.system.attachmentsV10.AttachedFileDataType bioSketchAttached);
/**
* Appends and returns a new empty "BioSketchAttached" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewBioSketchAttached();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.BioSketchsAttached newInstance() {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.BioSketchsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.BioSketchsAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.BioSketchsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML SupportsAttached(@http://apply.grants.gov/forms/RR_KeyPersonExpanded-V1.1).
*
* This is a complex type.
*/
public interface SupportsAttached extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SupportsAttached.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("supportsattached4378elemtype");
/**
* Gets the "SupportAttached" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType getSupportAttached();
/**
* True if has "SupportAttached" element
*/
boolean isSetSupportAttached();
/**
* Sets the "SupportAttached" element
*/
void setSupportAttached(gov.grants.apply.system.attachmentsV10.AttachedFileDataType supportAttached);
/**
* Appends and returns a new empty "SupportAttached" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewSupportAttached();
/**
* Unsets the "SupportAttached" element
*/
void unsetSupportAttached();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.SupportsAttached newInstance() {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.SupportsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.SupportsAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded.SupportsAttached) 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.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded newInstance() {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument.RRKeyPersonExpanded) 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.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument newInstance() {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) 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.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument 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.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument) 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
}
}