public class ObjectFactory extends 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: edu.wisc.cae.emsclient.model
|
public ObjectFactory()
public APIVersion createAPIVersion()
APIVersion
public Categories createCategories()
Categories
public EMSCategory createEMSCategory()
EMSCategory
public CategoryState createCategoryState()
CategoryState
public EMSCategoryState createEMSCategoryState()
EMSCategoryState
public CommentTypes createCommentTypes()
CommentTypes
public EMSCommentType createEMSCommentType()
EMSCommentType
public ContactDetails createContactDetails()
ContactDetails
public EMSContactDetail createEMSContactDetail()
EMSContactDetail
public EMSContact createEMSContact()
EMSContact
public EventTypes createEventTypes()
EventTypes
public EMSEventType createEMSEventType()
EMSEventType
public GroupDetails createGroupDetails()
GroupDetails
public EMSGroupDetail createEMSGroupDetail()
EMSGroupDetail
public GroupTypes createGroupTypes()
GroupTypes
public EMSGroupType createEMSGroupType()
EMSGroupType
public EMSFeature createEMSFeature()
EMSFeature
public EMSMessage createEMSMessage()
EMSMessage
public PricingMethods createPricingMethods()
PricingMethods
public EMSPricingMethod createEMSPricingMethod()
EMSPricingMethod
public ReservationComments createReservationComments()
ReservationComments
public EMSComment createEMSComment()
EMSComment
public ReservationSources createReservationSources()
ReservationSources
public EMSReservationSource createEMSReservationSource()
EMSReservationSource
public EMSResource createEMSResource()
EMSResource
public RoomAvailability createRoomAvailability()
RoomAvailability
public EMSAvailable createEMSAvailable()
EMSAvailable
public RoomComponents createRoomComponents()
RoomComponents
public EMSRoomComponent createEMSRoomComponent()
EMSRoomComponent
public RoomDetails createRoomDetails()
RoomDetails
public EMSRoomDetail createEMSRoomDetail()
EMSRoomDetail
public BookingDetail createBookingDetail()
BookingDetail
public BuildingHoliday createBuildingHoliday()
BuildingHoliday
public BuildingHours createBuildingHours()
BuildingHours
public EMSBuildingHours createEMSBuildingHours()
EMSBuildingHours
public SetupTypes createSetupTypes()
SetupTypes
public EMSSetupType createEMSSetupType()
EMSSetupType
public UDFDefinitions createUDFDefinitions()
UDFDefinitions
public UDFDefinition createUDFDefinition()
UDFDefinition
public UDFAddResultID createUDFAddResultID()
UDFAddResultID
public Reservation createReservation()
Reservation
public ReservationAddResult createReservationAddResult()
ReservationAddResult
public BookingAdd createBookingAdd()
BookingAdd
public BookingAddResult createBookingAddResult()
BookingAddResult
Copyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.