Package org.coderic.ws.sunat.wsdl
Class ObjectFactory
java.lang.Object
org.coderic.ws.sunat.wsdl.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.ws.sunat.wsdl package.
An ObjectFactory allows you to programmatically 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.coderic.ws.sunat.wsdl -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofGetStatusjakarta.xml.bind.JAXBElement<GetStatus> createGetStatus(GetStatus value) Create an instance ofGetStatusCdrjakarta.xml.bind.JAXBElement<GetStatusCdr> createGetStatusCdr(GetStatusCdr value) Create an instance ofGetStatusCdrResponsejakarta.xml.bind.JAXBElement<GetStatusCdrResponse> Create an instance ofGetStatusResponsejakarta.xml.bind.JAXBElement<GetStatusResponse> Create an instance ofStatusResponse
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.coderic.ws.sunat.wsdl
-
-
Method Details
-
createGetStatus
Create an instance ofGetStatus- Returns:
- the new instance of
GetStatus
-
createGetStatusResponse
Create an instance ofGetStatusResponse- Returns:
- the new instance of
GetStatusResponse
-
createGetStatusCdrResponse
Create an instance ofGetStatusCdrResponse- Returns:
- the new instance of
GetStatusCdrResponse
-
createGetStatusCdr
Create an instance ofGetStatusCdr- Returns:
- the new instance of
GetStatusCdr
-
createStatusResponse
Create an instance ofStatusResponse- Returns:
- the new instance of
StatusResponse
-
createGetStatus
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetStatus>
-
createGetStatusResponse
public jakarta.xml.bind.JAXBElement<GetStatusResponse> createGetStatusResponse(GetStatusResponse value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetStatusResponse>
-
createGetStatusCdrResponse
public jakarta.xml.bind.JAXBElement<GetStatusCdrResponse> createGetStatusCdrResponse(GetStatusCdrResponse value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetStatusCdrResponse>
-
createGetStatusCdr
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetStatusCdr>
-