org.jasig.schedassist.messaging
Class ObjectFactory

java.lang.Object
  extended by org.jasig.schedassist.messaging.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.jasig.schedassist.messages 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: org.jasig.schedassist.messages
 
Method Summary
 AvailableBlockElement createAvailableBlockElement()
          Create an instance of AvailableBlockElement
 AvailableBlockList createAvailableBlockList()
          Create an instance of AvailableBlockList
 CancelAppointmentRequest createCancelAppointmentRequest()
          Create an instance of CancelAppointmentRequest
 CancelAppointmentResponse createCancelAppointmentResponse()
          Create an instance of CancelAppointmentResponse
 CreateAppointmentRequest createCreateAppointmentRequest()
          Create an instance of CreateAppointmentRequest
 CreateAppointmentResponse createCreateAppointmentResponse()
          Create an instance of CreateAppointmentResponse
 GetRelationshipsRequest createGetRelationshipsRequest()
          Create an instance of GetRelationshipsRequest
 GetRelationshipsResponse createGetRelationshipsResponse()
          Create an instance of GetRelationshipsResponse
 GetScheduleOwnerByIdRequest createGetScheduleOwnerByIdRequest()
          Create an instance of GetScheduleOwnerByIdRequest
 GetScheduleOwnerByIdResponse createGetScheduleOwnerByIdResponse()
          Create an instance of GetScheduleOwnerByIdResponse
 GetTargetAvailableBlockRequest createGetTargetAvailableBlockRequest()
          Create an instance of GetTargetAvailableBlockRequest
 GetTargetAvailableBlockResponse createGetTargetAvailableBlockResponse()
          Create an instance of GetTargetAvailableBlockResponse
 IsEligibleRequest createIsEligibleRequest()
          Create an instance of IsEligibleRequest
 IsEligibleResponse createIsEligibleResponse()
          Create an instance of IsEligibleResponse
 PreferencesElement createPreferencesElement()
          Create an instance of PreferencesElement
 PreferencesSet createPreferencesSet()
          Create an instance of PreferencesSet
 RelationshipElement createRelationshipElement()
          Create an instance of RelationshipElement
 RelationshipList createRelationshipList()
          Create an instance of RelationshipList
 ScheduleOwnerElement createScheduleOwnerElement()
          Create an instance of ScheduleOwnerElement
 VisibleScheduleRequest createVisibleScheduleRequest()
          Create an instance of VisibleScheduleRequest
 VisibleScheduleResponse createVisibleScheduleResponse()
          Create an instance of VisibleScheduleResponse
 VisitorConflictsRequest createVisitorConflictsRequest()
          Create an instance of VisitorConflictsRequest
 VisitorConflictsResponse createVisitorConflictsResponse()
          Create an instance of VisitorConflictsResponse
 
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: org.jasig.schedassist.messages

Method Detail

createRelationshipList

public RelationshipList createRelationshipList()
Create an instance of RelationshipList


createAvailableBlockList

public AvailableBlockList createAvailableBlockList()
Create an instance of AvailableBlockList


createCancelAppointmentRequest

public CancelAppointmentRequest createCancelAppointmentRequest()
Create an instance of CancelAppointmentRequest


createGetRelationshipsRequest

public GetRelationshipsRequest createGetRelationshipsRequest()
Create an instance of GetRelationshipsRequest


createRelationshipElement

public RelationshipElement createRelationshipElement()
Create an instance of RelationshipElement


createPreferencesElement

public PreferencesElement createPreferencesElement()
Create an instance of PreferencesElement


createPreferencesSet

public PreferencesSet createPreferencesSet()
Create an instance of PreferencesSet


createScheduleOwnerElement

public ScheduleOwnerElement createScheduleOwnerElement()
Create an instance of ScheduleOwnerElement


createVisibleScheduleResponse

public VisibleScheduleResponse createVisibleScheduleResponse()
Create an instance of VisibleScheduleResponse


createGetScheduleOwnerByIdRequest

public GetScheduleOwnerByIdRequest createGetScheduleOwnerByIdRequest()
Create an instance of GetScheduleOwnerByIdRequest


createGetScheduleOwnerByIdResponse

public GetScheduleOwnerByIdResponse createGetScheduleOwnerByIdResponse()
Create an instance of GetScheduleOwnerByIdResponse


createCreateAppointmentRequest

public CreateAppointmentRequest createCreateAppointmentRequest()
Create an instance of CreateAppointmentRequest


createVisibleScheduleRequest

public VisibleScheduleRequest createVisibleScheduleRequest()
Create an instance of VisibleScheduleRequest


createCreateAppointmentResponse

public CreateAppointmentResponse createCreateAppointmentResponse()
Create an instance of CreateAppointmentResponse


createCancelAppointmentResponse

public CancelAppointmentResponse createCancelAppointmentResponse()
Create an instance of CancelAppointmentResponse


createAvailableBlockElement

public AvailableBlockElement createAvailableBlockElement()
Create an instance of AvailableBlockElement


createGetRelationshipsResponse

public GetRelationshipsResponse createGetRelationshipsResponse()
Create an instance of GetRelationshipsResponse


createGetTargetAvailableBlockRequest

public GetTargetAvailableBlockRequest createGetTargetAvailableBlockRequest()
Create an instance of GetTargetAvailableBlockRequest


createGetTargetAvailableBlockResponse

public GetTargetAvailableBlockResponse createGetTargetAvailableBlockResponse()
Create an instance of GetTargetAvailableBlockResponse


createVisitorConflictsRequest

public VisitorConflictsRequest createVisitorConflictsRequest()
Create an instance of VisitorConflictsRequest


createVisitorConflictsResponse

public VisitorConflictsResponse createVisitorConflictsResponse()
Create an instance of VisitorConflictsResponse


createIsEligibleRequest

public IsEligibleRequest createIsEligibleRequest()
Create an instance of IsEligibleRequest


createIsEligibleResponse

public IsEligibleResponse createIsEligibleResponse()
Create an instance of IsEligibleResponse



Copyright © 2012 Jasig. All Rights Reserved.