public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.grants.apply.webservices.applicantintegrationservices_v1
|
public ObjectFactory()
public GetApplicationListRequest createGetApplicationListRequest()
GetApplicationListRequestpublic SubmitApplicationResponse createSubmitApplicationResponse()
SubmitApplicationResponsepublic GetOpportunityListRequest createGetOpportunityListRequest()
GetOpportunityListRequestpublic GetOpportunityListResponse createGetOpportunityListResponse()
GetOpportunityListResponsepublic OpportunityInformationType createOpportunityInformationType()
OpportunityInformationTypepublic GetApplicationListResponse createGetApplicationListResponse()
GetApplicationListResponsepublic ApplicationInformationType createApplicationInformationType()
ApplicationInformationTypepublic GetOpportunitiesWithInfoRequest createGetOpportunitiesWithInfoRequest()
GetOpportunitiesWithInfoRequestpublic GetApplicationListRequest.ApplicationFilter createGetApplicationListRequestApplicationFilter()
GetApplicationListRequest.ApplicationFilterpublic GetApplicationStatusDetailRequest createGetApplicationStatusDetailRequest()
GetApplicationStatusDetailRequestpublic SubmitApplicationRequest createSubmitApplicationRequest()
SubmitApplicationRequestpublic GetOpportunitiesWithInfoResponse createGetOpportunitiesWithInfoResponse()
GetOpportunitiesWithInfoResponsepublic OpportunityWithInfoType createOpportunityWithInfoType()
OpportunityWithInfoTypepublic GetApplicationStatusDetailResponse createGetApplicationStatusDetailResponse()
GetApplicationStatusDetailResponsepublic JAXBElement<String> createCompetitionID(String value)
public JAXBElement<String> createActivityTitle(String value)
public JAXBElement<XMLGregorianCalendar> createOpeningDate(XMLGregorianCalendar value)
public JAXBElement<String> createSubmissionTitle(String value)
public JAXBElement<String> createCFDADescription(String value)
public JAXBElement<String> createAgencyName(String value)
public JAXBElement<XMLGregorianCalendar> createReceivedDateTime(XMLGregorianCalendar value)
public JAXBElement<String> createCFDANumber(String value)
public JAXBElement<XMLGregorianCalendar> createStatusDateTime(XMLGregorianCalendar value)
public JAXBElement<String> createSubmitterName(String value)
public JAXBElement<String> createOpportunityTitle(String value)
public JAXBElement<String> createOfferingAgency(String value)
public JAXBElement<String> createGrantsGovTrackingNumber(String value)
public JAXBElement<String> createAgencyTrackingNumber(String value)
public JAXBElement<XMLGregorianCalendar> createClosingDate(XMLGregorianCalendar value)
public JAXBElement<String> createOpportunityID(String value)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.