public class ObjectFactory
extends java.lang.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: ru.bgcrm.plugin.bgbilling.ws.bgbilling.modules.cerbercrypt.common
|
public ObjectFactory()
public ReleaseSlaveResponse createReleaseSlaveResponse()
ReleaseSlaveResponse
public ReleaseSlave createReleaseSlave()
ReleaseSlave
public GetUserCardListResponse createGetUserCardListResponse()
GetUserCardListResponse
public GetSystemInfo createGetSystemInfo()
GetSystemInfo
public LogListResponse createLogListResponse()
LogListResponse
public GetUserCardList createGetUserCardList()
GetUserCardList
public BGException createBGException()
BGException
public GetCardListByObject createGetCardListByObject()
GetCardListByObject
public Collection createCollection()
Collection
public GetCardListByObjectResponse createGetCardListByObjectResponse()
GetCardListByObjectResponse
public GetSystemInfoResponse createGetSystemInfoResponse()
GetSystemInfoResponse
public BGMessageException createBGMessageException()
BGMessageException
public DeleteUserCardResponse createDeleteUserCardResponse()
DeleteUserCardResponse
public GetMultiroomBasecards createGetMultiroomBasecards()
GetMultiroomBasecards
public GetContractObjects createGetContractObjects()
GetContractObjects
public IntMapEntry createIntMapEntry()
IntMapEntry
public CheckSubscriptionCostResponse createCheckSubscriptionCostResponse()
CheckSubscriptionCostResponse
public DeleteUserCard createDeleteUserCard()
DeleteUserCard
public GetContractObjectsResponse createGetContractObjectsResponse()
GetContractObjectsResponse
public GetMultiroomBasecardsResponse createGetMultiroomBasecardsResponse()
GetMultiroomBasecardsResponse
public CheckSubscriptionCost createCheckSubscriptionCost()
CheckSubscriptionCost
public UpdateUserCardResponse createUpdateUserCardResponse()
UpdateUserCardResponse
public UpdateUserCard createUpdateUserCard()
UpdateUserCard
public javax.xml.bind.JAXBElement<BGMessageException> createBGMessageException(BGMessageException value)
public javax.xml.bind.JAXBElement<GetCardListByObjectResponse> createGetCardListByObjectResponse(GetCardListByObjectResponse value)
public javax.xml.bind.JAXBElement<GetSystemInfoResponse> createGetSystemInfoResponse(GetSystemInfoResponse value)
public javax.xml.bind.JAXBElement<GetContractObjectsResponse> createGetContractObjectsResponse(GetContractObjectsResponse value)
public javax.xml.bind.JAXBElement<LogListResponse> createLogListResponse(LogListResponse value)
public javax.xml.bind.JAXBElement<GetContractObjects> createGetContractObjects(GetContractObjects value)
public javax.xml.bind.JAXBElement<CheckSubscriptionCostResponse> createCheckSubscriptionCostResponse(CheckSubscriptionCostResponse value)
public javax.xml.bind.JAXBElement<GetUserCardListResponse> createGetUserCardListResponse(GetUserCardListResponse value)
public javax.xml.bind.JAXBElement<UpdateUserCard> createUpdateUserCard(UpdateUserCard value)
public javax.xml.bind.JAXBElement<DeleteUserCardResponse> createDeleteUserCardResponse(DeleteUserCardResponse value)
public javax.xml.bind.JAXBElement<UpdateUserCardResponse> createUpdateUserCardResponse(UpdateUserCardResponse value)
public javax.xml.bind.JAXBElement<GetUserCardList> createGetUserCardList(GetUserCardList value)
public javax.xml.bind.JAXBElement<GetSystemInfo> createGetSystemInfo(GetSystemInfo value)
public javax.xml.bind.JAXBElement<CheckSubscriptionCost> createCheckSubscriptionCost(CheckSubscriptionCost value)
public javax.xml.bind.JAXBElement<DeleteUserCard> createDeleteUserCard(DeleteUserCard value)
public javax.xml.bind.JAXBElement<GetCardListByObject> createGetCardListByObject(GetCardListByObject value)
public javax.xml.bind.JAXBElement<GetMultiroomBasecards> createGetMultiroomBasecards(GetMultiroomBasecards value)
public javax.xml.bind.JAXBElement<BGException> createBGException(BGException value)
public javax.xml.bind.JAXBElement<ReleaseSlaveResponse> createReleaseSlaveResponse(ReleaseSlaveResponse value)
public javax.xml.bind.JAXBElement<GetMultiroomBasecardsResponse> createGetMultiroomBasecardsResponse(GetMultiroomBasecardsResponse value)
public javax.xml.bind.JAXBElement<ReleaseSlave> createReleaseSlave(ReleaseSlave value)