pe.gob.sunat.sigad.services
Class ObjectFactory

java.lang.Object
  extended by pe.gob.sunat.sigad.services.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the pe.gob.sunat.sigad.services package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: pe.gob.sunat.sigad.services
 
Method Summary
 AcuseRecibo createAcuseRecibo()
          Create an instance of AcuseRecibo
 ErrorAcuse createErrorAcuse()
          Create an instance of ErrorAcuse
 Exception createException()
          Create an instance of Exception
 javax.xml.bind.JAXBElement<Exception> createException(Exception value)
          Create an instance of JAXBElement<Exception>}
 RealizarConsulta createRealizarConsulta()
          Create an instance of RealizarConsulta
 javax.xml.bind.JAXBElement<RealizarConsulta> createRealizarConsulta(RealizarConsulta value)
          Create an instance of JAXBElement<RealizarConsulta>}
 RealizarConsultaResponse createRealizarConsultaResponse()
          Create an instance of RealizarConsultaResponse
 javax.xml.bind.JAXBElement<RealizarConsultaResponse> createRealizarConsultaResponse(RealizarConsultaResponse value)
          Create an instance of JAXBElement<RealizarConsultaResponse>}
 RecibirArchivo createRecibirArchivo()
          Create an instance of RecibirArchivo
 javax.xml.bind.JAXBElement<RecibirArchivo> createRecibirArchivo(RecibirArchivo value)
          Create an instance of JAXBElement<RecibirArchivo>}
 RecibirArchivoResponse createRecibirArchivoResponse()
          Create an instance of RecibirArchivoResponse
 javax.xml.bind.JAXBElement<RecibirArchivoResponse> createRecibirArchivoResponse(RecibirArchivoResponse value)
          Create an instance of JAXBElement<RecibirArchivoResponse>}
 RespuestaConsultaBean createRespuestaConsultaBean()
          Create an instance of RespuestaConsultaBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: pe.gob.sunat.sigad.services

Method Detail

createErrorAcuse

public ErrorAcuse createErrorAcuse()
Create an instance of ErrorAcuse


createRealizarConsulta

public RealizarConsulta createRealizarConsulta()
Create an instance of RealizarConsulta


createRecibirArchivo

public RecibirArchivo createRecibirArchivo()
Create an instance of RecibirArchivo


createRealizarConsultaResponse

public RealizarConsultaResponse createRealizarConsultaResponse()
Create an instance of RealizarConsultaResponse


createException

public Exception createException()
Create an instance of Exception


createAcuseRecibo

public AcuseRecibo createAcuseRecibo()
Create an instance of AcuseRecibo


createRespuestaConsultaBean

public RespuestaConsultaBean createRespuestaConsultaBean()
Create an instance of RespuestaConsultaBean


createRecibirArchivoResponse

public RecibirArchivoResponse createRecibirArchivoResponse()
Create an instance of RecibirArchivoResponse


createRealizarConsultaResponse

public javax.xml.bind.JAXBElement<RealizarConsultaResponse> createRealizarConsultaResponse(RealizarConsultaResponse value)
Create an instance of JAXBElement<RealizarConsultaResponse>}


createException

public javax.xml.bind.JAXBElement<Exception> createException(Exception value)
Create an instance of JAXBElement<Exception>}


createRealizarConsulta

public javax.xml.bind.JAXBElement<RealizarConsulta> createRealizarConsulta(RealizarConsulta value)
Create an instance of JAXBElement<RealizarConsulta>}


createRecibirArchivoResponse

public javax.xml.bind.JAXBElement<RecibirArchivoResponse> createRecibirArchivoResponse(RecibirArchivoResponse value)
Create an instance of JAXBElement<RecibirArchivoResponse>}


createRecibirArchivo

public javax.xml.bind.JAXBElement<RecibirArchivo> createRecibirArchivo(RecibirArchivo value)
Create an instance of JAXBElement<RecibirArchivo>}