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_KeyPerson
* Namespace: http://apply.grants.gov/forms/RR_KeyPerson-V1.0
* Java type: gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.rrKeyPersonV10;
/**
* A document containing one RR_KeyPerson(@http://apply.grants.gov/forms/RR_KeyPerson-V1.0) element.
*
* This is a complex type.
*/
public interface RRKeyPersonDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRKeyPersonDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrkeyperson8abddoctype");
/**
* Gets the "RR_KeyPerson" element
*/
gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson getRRKeyPerson();
/**
* Sets the "RR_KeyPerson" element
*/
void setRRKeyPerson(gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson rrKeyPerson);
/**
* Appends and returns a new empty "RR_KeyPerson" element
*/
gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson addNewRRKeyPerson();
/**
* An XML RR_KeyPerson(@http://apply.grants.gov/forms/RR_KeyPerson-V1.0).
*
* This is a complex type.
*/
public interface RRKeyPerson extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRKeyPerson.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrkeyperson78ccelemtype");
/**
* Gets the "PDPI" element
*/
gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType getPDPI();
/**
* Sets the "PDPI" element
*/
void setPDPI(gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType pdpi);
/**
* Appends and returns a new empty "PDPI" element
*/
gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType addNewPDPI();
/**
* Gets array of all "KeyPerson" elements
*/
gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType[] getKeyPersonArray();
/**
* Gets ith "KeyPerson" element
*/
gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType getKeyPersonArray(int i);
/**
* Returns number of "KeyPerson" element
*/
int sizeOfKeyPersonArray();
/**
* Sets array of all "KeyPerson" element
*/
void setKeyPersonArray(gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType[] keyPersonArray);
/**
* Sets ith "KeyPerson" element
*/
void setKeyPersonArray(int i, gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType keyPerson);
/**
* Inserts and returns a new empty value (as xml) as the ith "KeyPerson" element
*/
gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType insertNewKeyPerson(int i);
/**
* Appends and returns a new empty value (as xml) as the last "KeyPerson" element
*/
gov.grants.apply.forms.rrKeyPersonV10.PersonProfileDataType addNewKeyPerson();
/**
* Removes the ith "KeyPerson" element
*/
void removeKeyPerson(int i);
/**
* Gets the "AdditionalProfilesAttached" element
*/
gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached getAdditionalProfilesAttached();
/**
* True if has "AdditionalProfilesAttached" element
*/
boolean isSetAdditionalProfilesAttached();
/**
* Sets the "AdditionalProfilesAttached" element
*/
void setAdditionalProfilesAttached(gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached additionalProfilesAttached);
/**
* Appends and returns a new empty "AdditionalProfilesAttached" element
*/
gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached addNewAdditionalProfilesAttached();
/**
* Unsets the "AdditionalProfilesAttached" element
*/
void unsetAdditionalProfilesAttached();
/**
* Gets the "BioSketchsAttached" element
*/
gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached getBioSketchsAttached();
/**
* True if has "BioSketchsAttached" element
*/
boolean isSetBioSketchsAttached();
/**
* Sets the "BioSketchsAttached" element
*/
void setBioSketchsAttached(gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached bioSketchsAttached);
/**
* Appends and returns a new empty "BioSketchsAttached" element
*/
gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached addNewBioSketchsAttached();
/**
* Unsets the "BioSketchsAttached" element
*/
void unsetBioSketchsAttached();
/**
* Gets the "SupportsAttached" element
*/
gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached getSupportsAttached();
/**
* True if has "SupportsAttached" element
*/
boolean isSetSupportsAttached();
/**
* Sets the "SupportsAttached" element
*/
void setSupportsAttached(gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached supportsAttached);
/**
* Appends and returns a new empty "SupportsAttached" element
*/
gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.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.globalLibraryV10.FormVersionDataType xgetFormVersion();
/**
* Sets the "FormVersion" attribute
*/
void setFormVersion(java.lang.String formVersion);
/**
* Sets (as xml) the "FormVersion" attribute
*/
void xsetFormVersion(gov.grants.apply.system.globalLibraryV10.FormVersionDataType formVersion);
/**
* An XML AdditionalProfilesAttached(@http://apply.grants.gov/forms/RR_KeyPerson-V1.0).
*
* 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("additionalprofilesattached8fbdelemtype");
/**
* 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.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached newInstance() {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.AdditionalProfilesAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.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_KeyPerson-V1.0).
*
* 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("biosketchsattachedec2belemtype");
/**
* 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.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached newInstance() {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.BioSketchsAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.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_KeyPerson-V1.0).
*
* 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("supportsattachedf6d0elemtype");
/**
* 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.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached newInstance() {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.SupportsAttached newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson.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.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson newInstance() {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument.RRKeyPerson) 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.rrKeyPersonV10.RRKeyPersonDocument newInstance() {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) 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.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.rrKeyPersonV10.RRKeyPersonDocument 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.rrKeyPersonV10.RRKeyPersonDocument) 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
}
}