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: com.nortel.soa.oi.cct.types.agentservice
|
public ObjectFactory()
public AgentRequest createAgentRequest()
AgentRequest
public GetCapabilitiesResponse createGetCapabilitiesResponse()
GetCapabilitiesResponse
public LoginRequest createLoginRequest()
LoginRequest
public GetAgentsResponse createGetAgentsResponse()
GetAgentsResponse
public GetNotificationResponse createGetNotificationResponse()
GetNotificationResponse
public GetAgentContactTypesResponse createGetAgentContactTypesResponse()
GetAgentContactTypesResponse
public BooleanResponse createBooleanResponse()
BooleanResponse
public GetPrivilegesResponse createGetPrivilegesResponse()
GetPrivilegesResponse
public SetNotificationRequest createSetNotificationRequest()
SetNotificationRequest
public RetrieveResponse createRetrieveResponse()
RetrieveResponse
public GetAgentACWEnabledStatusRequest createGetAgentACWEnabledStatusRequest()
GetAgentACWEnabledStatusRequest
public RetrieveRequest createRetrieveRequest()
RetrieveRequest
public SetSupervisorRequest createSetSupervisorRequest()
SetSupervisorRequest
public SetReadyRequest createSetReadyRequest()
SetReadyRequest
public SetNotReadyReasonCodeRequest createSetNotReadyReasonCodeRequest()
SetNotReadyReasonCodeRequest
public GetSupervisorResponse createGetSupervisorResponse()
GetSupervisorResponse
public StringResponse createStringResponse()
StringResponse
public GetAgentACWEnabledStatusResponse createGetAgentACWEnabledStatusResponse()
GetAgentACWEnabledStatusResponse
public SetStaticVoiceTerminalRequest createSetStaticVoiceTerminalRequest()
SetStaticVoiceTerminalRequest
public GetStaticVoiceTerminalResponse createGetStaticVoiceTerminalResponse()
GetStaticVoiceTerminalResponse
public javax.xml.bind.JAXBElement<BooleanResponse> createIsSupervisorResponse(BooleanResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetTypeRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createIsSupervisorRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetCapabilitiesRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetStaticVoiceTerminalRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetPrivilegesRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetContactTypesRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<GetAgentContactTypesResponse> createGetContactTypesResponse(GetAgentContactTypesResponse value)
public javax.xml.bind.JAXBElement<GetAgentACWEnabledStatusRequest> createGetAgentACWEnabledStatusRequest(GetAgentACWEnabledStatusRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetNotReadyReasonCodeRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<SetStaticVoiceTerminalRequest> createSetStaticVoiceTerminalRequest(SetStaticVoiceTerminalRequest value)
public javax.xml.bind.JAXBElement<GetStaticVoiceTerminalResponse> createGetStaticVoiceTerminalResponse(GetStaticVoiceTerminalResponse value)
public javax.xml.bind.JAXBElement<SetNotificationRequest> createSetNotificationRequest(SetNotificationRequest value)
public javax.xml.bind.JAXBElement<StringResponse> createGetNotReadyReasonCodeResponse(StringResponse value)
public javax.xml.bind.JAXBElement<GetVersionResponse> createGetVersionResponse(GetVersionResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetNotificationRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<GetCapabilitiesResponse> createGetCapabilitiesResponse(GetCapabilitiesResponse value)
public javax.xml.bind.JAXBElement<GetNotificationResponse> createGetNotificationResponse(GetNotificationResponse value)
public javax.xml.bind.JAXBElement<GetAgentACWEnabledStatusResponse> createGetAgentACWEnabledStatusResponse(GetAgentACWEnabledStatusResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createIsReadyRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<RetrieveResponse> createRetrieveResponse(RetrieveResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createLogoutRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<StringResponse> createGetTypeResponse(StringResponse value)
public javax.xml.bind.JAXBElement<GetPrivilegesResponse> createGetPrivilegesResponse(GetPrivilegesResponse value)
public javax.xml.bind.JAXBElement<GetVersionRequest> createGetVersionRequest(GetVersionRequest value)
public javax.xml.bind.JAXBElement<BooleanResponse> createIsReadyResponse(BooleanResponse value)
public javax.xml.bind.JAXBElement<GetAgentsResponse> createGetAgentsResponse(GetAgentsResponse value)
public javax.xml.bind.JAXBElement<RetrieveRequest> createRetrieveRequest(RetrieveRequest value)
public javax.xml.bind.JAXBElement<SetSupervisorRequest> createSetSupervisorRequest(SetSupervisorRequest value)
public javax.xml.bind.JAXBElement<SetReadyRequest> createSetReadyRequest(SetReadyRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetSupervisorRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<BooleanResponse> createIsLoggedInResponse(BooleanResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createIsLoggedInRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetAgentsRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<LoginRequest> createLoginRequest(LoginRequest value)
public javax.xml.bind.JAXBElement<GetSupervisorResponse> createGetSupervisorResponse(GetSupervisorResponse value)
public javax.xml.bind.JAXBElement<SetNotReadyReasonCodeRequest> createSetNotReadyReasonCodeRequest(SetNotReadyReasonCodeRequest value)
Copyright © 2010 All Rights Reserved.