Class ObjectFactory
java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBGException
javax.xml.bind.JAXBElement<BGException>
createBGException
(BGException value) Create an instance ofDeleteUserCardCopy
javax.xml.bind.JAXBElement<DeleteUserCardCopy>
Create an instance ofDeleteUserCardCopyResponse
javax.xml.bind.JAXBElement<DeleteUserCardCopyResponse>
Create an instance ofGetUserCardCopyList
javax.xml.bind.JAXBElement<GetUserCardCopyList>
Create an instance ofGetUserCardCopyListByDate
javax.xml.bind.JAXBElement<GetUserCardCopyListByDate>
Create an instance ofGetUserCardCopyListByDateResponse
javax.xml.bind.JAXBElement<GetUserCardCopyListByDateResponse>
Create an instance ofGetUserCardCopyListResponse
javax.xml.bind.JAXBElement<GetUserCardCopyListResponse>
createId()
Create an instance ofId
Create an instance ofLogEntry
Create an instance ofLogList
javax.xml.bind.JAXBElement<LogList>
createLogList
(LogList value) Create an instance ofLogListResponse
javax.xml.bind.JAXBElement<LogListResponse>
Create an instance ofUpdateUserCardCopy
javax.xml.bind.JAXBElement<UpdateUserCardCopy>
Create an instance ofUpdateUserCardCopyResponse
javax.xml.bind.JAXBElement<UpdateUserCardCopyResponse>
Create an instance ofUserCard
Create an instance ofUserCardCopy
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy
-
-
Method Details
-
createId
Create an instance ofId
-
createLogEntry
Create an instance ofLogEntry
-
createGetUserCardCopyListByDate
Create an instance ofGetUserCardCopyListByDate
-
createLogListResponse
Create an instance ofLogListResponse
-
createLogList
Create an instance ofLogList
-
createDeleteUserCardCopyResponse
Create an instance ofDeleteUserCardCopyResponse
-
createUpdateUserCardCopy
Create an instance ofUpdateUserCardCopy
-
createBGException
Create an instance ofBGException
-
createGetUserCardCopyList
Create an instance ofGetUserCardCopyList
-
createGetUserCardCopyListResponse
Create an instance ofGetUserCardCopyListResponse
-
createDeleteUserCardCopy
Create an instance ofDeleteUserCardCopy
-
createUpdateUserCardCopyResponse
Create an instance ofUpdateUserCardCopyResponse
-
createGetUserCardCopyListByDateResponse
Create an instance ofGetUserCardCopyListByDateResponse
-
createUserCard
Create an instance ofUserCard
-
createUserCardCopy
Create an instance ofUserCardCopy
-
createUpdateUserCardCopyResponse
public javax.xml.bind.JAXBElement<UpdateUserCardCopyResponse> createUpdateUserCardCopyResponse(UpdateUserCardCopyResponse value) -
createGetUserCardCopyListByDateResponse
public javax.xml.bind.JAXBElement<GetUserCardCopyListByDateResponse> createGetUserCardCopyListByDateResponse(GetUserCardCopyListByDateResponse value) -
createGetUserCardCopyList
public javax.xml.bind.JAXBElement<GetUserCardCopyList> createGetUserCardCopyList(GetUserCardCopyList value) -
createDeleteUserCardCopy
public javax.xml.bind.JAXBElement<DeleteUserCardCopy> createDeleteUserCardCopy(DeleteUserCardCopy value) -
createGetUserCardCopyListResponse
public javax.xml.bind.JAXBElement<GetUserCardCopyListResponse> createGetUserCardCopyListResponse(GetUserCardCopyListResponse value) -
createLogList
-
createDeleteUserCardCopyResponse
public javax.xml.bind.JAXBElement<DeleteUserCardCopyResponse> createDeleteUserCardCopyResponse(DeleteUserCardCopyResponse value) -
createUpdateUserCardCopy
public javax.xml.bind.JAXBElement<UpdateUserCardCopy> createUpdateUserCardCopy(UpdateUserCardCopy value) -
createBGException
-
createGetUserCardCopyListByDate
public javax.xml.bind.JAXBElement<GetUserCardCopyListByDate> createGetUserCardCopyListByDate(GetUserCardCopyListByDate value) -
createLogListResponse
-