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: pe.gob.sunat.service
|
public ObjectFactory()
public GetStatusResponse createGetStatusResponse()
GetStatusResponsepublic SendBillResponse createSendBillResponse()
SendBillResponsepublic SendPackResponse createSendPackResponse()
SendPackResponsepublic SendSummary createSendSummary()
SendSummarypublic SendSummaryResponse createSendSummaryResponse()
SendSummaryResponsepublic StatusResponse createStatusResponse()
StatusResponsepublic JAXBElement<GetStatus> createGetStatus(GetStatus value)
public JAXBElement<GetStatusResponse> createGetStatusResponse(GetStatusResponse value)
public JAXBElement<SendBill> createSendBill(SendBill value)
public JAXBElement<SendBillResponse> createSendBillResponse(SendBillResponse value)
public JAXBElement<SendPack> createSendPack(SendPack value)
public JAXBElement<SendPackResponse> createSendPackResponse(SendPackResponse value)
public JAXBElement<SendSummary> createSendSummary(SendSummary value)
public JAXBElement<SendSummaryResponse> createSendSummaryResponse(SendSummaryResponse value)
Copyright © 2017. All rights reserved.