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: org.calendarserver.ns
|
public ObjectFactory()
public InviteNotificationType createInviteNotificationType()
InviteNotificationTypepublic CanBePublishedType createCanBePublishedType()
CanBePublishedTypepublic OrganizerType createOrganizerType()
OrganizerTypepublic InviteInvalidType createInviteInvalidType()
InviteInvalidTypepublic SharedOwnerType createSharedOwnerType()
SharedOwnerTypepublic CanBeSharedType createCanBeSharedType()
CanBeSharedTypepublic InviteAcceptedType createInviteAcceptedType()
InviteAcceptedTypepublic InviteNoresponseType createInviteNoresponseType()
InviteNoresponseTypepublic HosturlType createHosturlType()
HosturlTypepublic ReadWriteType createReadWriteType()
ReadWriteTypepublic InviteDeletedType createInviteDeletedType()
InviteDeletedTypepublic RemoveType createRemoveType()
RemoveTypepublic NotificationType createNotificationType()
NotificationTypepublic InviteDeclinedType createInviteDeclinedType()
InviteDeclinedTypepublic SharedType createSharedType()
SharedTypepublic AccessType createAccessType()
AccessTypepublic InviteReplyType createInviteReplyType()
InviteReplyTypepublic SharedAsType createSharedAsType()
SharedAsTypepublic JAXBElement<ReadType> createRead(ReadType value)
public JAXBElement<SetType> createSet(SetType value)
public JAXBElement<String> createSummary(String value)
public JAXBElement<SharedAsType> createSharedAs(SharedAsType value)
public JAXBElement<String> createInReplyTo(String value)
public JAXBElement<InviteDeletedType> createInviteDeleted(InviteDeletedType value)
public JAXBElement<String> createCommonName(String value)
public JAXBElement<SharedOwnerType> createSharedOwner(SharedOwnerType value)
public JAXBElement<InviteInvalidType> createInviteInvalid(InviteInvalidType value)
public JAXBElement<ReadWriteType> createReadWrite(ReadWriteType value)
public JAXBElement<OrganizerType> createOrganizer(OrganizerType value)
public JAXBElement<InviteDeclinedType> createInviteDeclined(InviteDeclinedType value)
public JAXBElement<CanBeSharedType> createCanBeShared(CanBeSharedType value)
public JAXBElement<HosturlType> createHosturl(HosturlType value)
public JAXBElement<AccessType> createAccess(AccessType value)
public JAXBElement<SharedType> createShared(SharedType value)
public JAXBElement<RemoveType> createRemove(RemoveType value)
public JAXBElement<InviteNotificationType> createInviteNotification(InviteNotificationType value)
public JAXBElement<InviteReplyType> createInviteReply(InviteReplyType value)
public JAXBElement<CanBePublishedType> createCanBePublished(CanBePublishedType value)
public JAXBElement<InviteNoresponseType> createInviteNoresponse(InviteNoresponseType value)
public JAXBElement<InviteAcceptedType> createInviteAccepted(InviteAcceptedType value)
public JAXBElement<String> createUid(String value)
public JAXBElement<NotificationType> createNotification(NotificationType value)
public JAXBElement<String> createDtstamp(String value)
public JAXBElement<ShareType> createShare(ShareType value)
Copyright © 2015 Bedework. All rights reserved.