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 HosturlType createHosturlType()
HosturlTypepublic OrganizerType createOrganizerType()
OrganizerTypepublic SharedAsType createSharedAsType()
SharedAsTypepublic RemoveType createRemoveType()
RemoveTypepublic NotificationType createNotificationType()
NotificationTypepublic InviteAcceptedType createInviteAcceptedType()
InviteAcceptedTypepublic CanBeSharedType createCanBeSharedType()
CanBeSharedTypepublic SharedType createSharedType()
SharedTypepublic CanBePublishedType createCanBePublishedType()
CanBePublishedTypepublic InviteNotificationType createInviteNotificationType()
InviteNotificationTypepublic InviteDeletedType createInviteDeletedType()
InviteDeletedTypepublic InviteNoresponseType createInviteNoresponseType()
InviteNoresponseTypepublic AccessType createAccessType()
AccessTypepublic InviteReplyType createInviteReplyType()
InviteReplyTypepublic ReadWriteType createReadWriteType()
ReadWriteTypepublic InviteDeclinedType createInviteDeclinedType()
InviteDeclinedTypepublic InviteInvalidType createInviteInvalidType()
InviteInvalidTypepublic SharedOwnerType createSharedOwnerType()
SharedOwnerTypepublic 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 © 2017 Bedework. All rights reserved.