All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.svws_nrw.davapi.model.dav.Prop Maven / Gradle / Ivy

Go to download

Diese Bibliothek enthält die Java-Server-Definition der CalDAV und CardDAV-Schnittstelle für die Schulverwaltungssoftware in NRW

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.05.31 at 06:14:58 PM MSK
//


package de.svws_nrw.davapi.model.dav;

import de.svws_nrw.davapi.model.dav.cal.CalendarData;
import de.svws_nrw.davapi.model.dav.cal.CalendarHomeSet;
import de.svws_nrw.davapi.model.dav.cal.CalendarUserAddressSet;
import de.svws_nrw.davapi.model.dav.cal.ScheduleInboxUrl;
import de.svws_nrw.davapi.model.dav.cal.SupportedCalendarComponentSet;
import de.svws_nrw.davapi.model.dav.card.AddressbookHomeSet;
import de.svws_nrw.davapi.model.dav.card.CardAddressData;
import de.svws_nrw.davapi.model.dav.card.SupportedAddressData;
import de.svws_nrw.davapi.model.dav.cs.Getctag;
import de.svws_nrw.davapi.model.dav.cs.Organizer;
import de.svws_nrw.davapi.model.dav.ical.CalendarColor;
import jakarta.xml.bind.annotation.*;

/**
 * 

Java class for anonymous complex type.

* *

The following schema fragment specifies the expected content contained within this class.

* *
 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <all>
 *         <element ref="{DAV:}creationdate" minOccurs="0"/>
 *         <element ref="{DAV:}displayname" minOccurs="0"/>
 *         <element ref="{DAV:}getcontentlanguage" minOccurs="0"/>
 *         <element ref="{DAV:}getcontentlength" minOccurs="0"/>
 *         <element ref="{DAV:}getcontenttype" minOccurs="0"/>
 *         <element ref="{DAV:}getetag" minOccurs="0"/>
 *         <element ref="{DAV:}getlastmodified" minOccurs="0"/>
 *         <element ref="{DAV:}lockdiscovery" minOccurs="0"/>
 *         <element ref="{DAV:}resourcetype" minOccurs="0"/>
 *         <element ref="{DAV:}supportedlock" minOccurs="0"/>
 *         <element ref="{DAV:}quota-available-bytes" minOccurs="0"/>
 *         <element ref="{DAV:}quota-used-bytes" minOccurs="0"/>
 *         <any processContents='skip' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
 *       </all>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { }) @XmlRootElement(name = "prop") public class Prop { protected Creationdate creationdate; protected Displayname displayname; protected Getcontentlanguage getcontentlanguage; protected Getcontentlength getcontentlength; protected Getcontenttype getcontenttype; protected Getetag getetag; protected Getlastmodified getlastmodified; protected Lockdiscovery lockdiscovery; protected Resourcetype resourcetype; protected Supportedlock supportedlock; @XmlElement(name = "supported-report-set") protected SupportedReportSet supportedReportSet; @XmlElement(name = "quota-available-bytes") protected QuotaAvailableBytes quotaAvailableBytes; @XmlElement(name = "quota-used-bytes") protected QuotaUsedBytes quotaUsedBytes; //ACL elements private Owner owner; private Group group; private Acl acl; @XmlElement(name="principal-collection-set") private PrincipalCollectionSet principalCollectionSet; @XmlElement(name="principal-URL") private PrincipalURL principalURL; /** * Gets the value of the creationdate property. * * @return * possible object is * {@link Creationdate } * */ public Creationdate getCreationdate() { return creationdate; } /** * Sets the value of the creationdate property. * * @param value * allowed object is * {@link Creationdate } * */ public void setCreationdate(Creationdate value) { this.creationdate = value; } /** * Gets the value of the displayname property. * * @return * possible object is * {@link Displayname } * */ public Displayname getDisplayname() { return displayname; } /** * Sets the value of the displayname property. * * @param value * allowed object is * {@link Displayname } * */ public void setDisplayname(Displayname value) { this.displayname = value; } /** * Gets the value of the getcontentlanguage property. * * @return * possible object is * {@link Getcontentlanguage } * */ public Getcontentlanguage getGetcontentlanguage() { return getcontentlanguage; } /** * Sets the value of the getcontentlanguage property. * * @param value * allowed object is * {@link Getcontentlanguage } * */ public void setGetcontentlanguage(Getcontentlanguage value) { this.getcontentlanguage = value; } /** * Gets the value of the getcontentlength property. * * @return * possible object is * {@link Getcontentlength } * */ public Getcontentlength getGetcontentlength() { return getcontentlength; } /** * Sets the value of the getcontentlength property. * * @param value * allowed object is * {@link Getcontentlength } * */ public void setGetcontentlength(Getcontentlength value) { this.getcontentlength = value; } /** * Gets the value of the getcontenttype property. * * @return * possible object is * {@link Getcontenttype } * */ public Getcontenttype getGetcontenttype() { return getcontenttype; } /** * Sets the value of the getcontenttype property. * * @param value * allowed object is * {@link Getcontenttype } * */ public void setGetcontenttype(Getcontenttype value) { this.getcontenttype = value; } /** * Gets the value of the getetag property. * * @return * possible object is * {@link Getetag } * */ public Getetag getGetetag() { return getetag; } /** * Sets the value of the getetag property. * * @param value * allowed object is * {@link Getetag } * */ public void setGetetag(Getetag value) { this.getetag = value; } /** * Gets the value of the getlastmodified property. * * @return * possible object is * {@link Getlastmodified } * */ public Getlastmodified getGetlastmodified() { return getlastmodified; } /** * Sets the value of the getlastmodified property. * * @param value * allowed object is * {@link Getlastmodified } * */ public void setGetlastmodified(Getlastmodified value) { this.getlastmodified = value; } /** * Gets the value of the lockdiscovery property. * * @return * possible object is * {@link Lockdiscovery } * */ public Lockdiscovery getLockdiscovery() { return lockdiscovery; } /** * Sets the value of the lockdiscovery property. * * @param value * allowed object is * {@link Lockdiscovery } * */ public void setLockdiscovery(Lockdiscovery value) { this.lockdiscovery = value; } /** * Gets the value of the resourcetype property. * * @return * possible object is * {@link Resourcetype } * */ public Resourcetype getResourcetype() { return resourcetype; } /** * Sets the value of the resourcetype property. * * @param value * allowed object is * {@link Resourcetype } * */ public void setResourcetype(Resourcetype value) { this.resourcetype = value; } /** * Gets the value of the supportedlock property. * * @return * possible object is * {@link Supportedlock } * */ public Supportedlock getSupportedlock() { return supportedlock; } /** * Sets the value of the supportedlock property. * * @param value * allowed object is * {@link Supportedlock } * */ public void setSupportedlock(Supportedlock value) { this.supportedlock = value; } /** * Gets the value of the supportedReportSet property. * * @return * possible object is * {@link SupportedReportSet } * */ public SupportedReportSet getSupportedReportSet() { return supportedReportSet; } /** * Sets the value of the supportedReportSet property. * * @param value * allowed object is * {@link SupportedReportSet } * */ public void setSupportedReportSet(SupportedReportSet value) { this.supportedReportSet = value; } /** * Gets the value of the quotaAvailableBytes property. * * @return * possible object is * {@link QuotaAvailableBytes } * */ public QuotaAvailableBytes getQuotaAvailableBytes() { return quotaAvailableBytes; } /** * Sets the value of the quotaAvailableBytes property. * * @param value * allowed object is * {@link QuotaAvailableBytes } * */ public void setQuotaAvailableBytes(QuotaAvailableBytes value) { this.quotaAvailableBytes = value; } /** * Gets the value of the quotaUsedBytes property. * * @return * possible object is * {@link QuotaUsedBytes } * */ public QuotaUsedBytes getQuotaUsedBytes() { return quotaUsedBytes; } /** * Sets the value of the quotaUsedBytes property. * * @param value * allowed object is * {@link QuotaUsedBytes } * */ public void setQuotaUsedBytes(QuotaUsedBytes value) { this.quotaUsedBytes = value; } public Owner getOwner() { return owner; } public void setOwner(Owner owner) { this.owner = owner; } public Group getGroup() { return group; } public void setGroup(Group group) { this.group = group; } public Acl getAcl() { return acl; } public void setAcl(Acl acl) { this.acl = acl; } public PrincipalCollectionSet getPrincipalCollectionSet() { return principalCollectionSet; } public void setPrincipalCollectionSet(PrincipalCollectionSet principalCollectionSet) { this.principalCollectionSet = principalCollectionSet; } public PrincipalURL getPrincipalURL() { return principalURL; } public void setPrincipalURL(PrincipalURL principalURL) { this.principalURL = principalURL; } // CardDAV elements @XmlElement(name="addressbook-home-set", namespace = "urn:ietf:params:xml:ns:carddav") protected AddressbookHomeSet addressbookHomeSet; @XmlElement(name = "current-user-principal") protected CurrentUserPrincipal currentUserPrincipal; @XmlElement(name = "current-user-privilege-set") protected CurrentUserPrivilegeSet currentUserPrivilegeSet; @XmlElement(name = "getctag", namespace = "http://calendarserver.org/ns/") protected Getctag getctag; @XmlElement(name = "sync-token") protected SyncToken syncToken; @XmlElement(name = "address-data", namespace = "urn:ietf:params:xml:ns:carddav") protected CardAddressData addressData; @XmlElement(name = "supported-address-data", namespace = "urn:ietf:params:xml:ns:carddav") protected SupportedAddressData supportedAddressData; public Getctag getGetctag() { return getctag; } public void setGetctag(Getctag getctag) { this.getctag = getctag; } public CurrentUserPrincipal getCurrentUserPrincipal() { return currentUserPrincipal; } public void setCurrentUserPrincipal(CurrentUserPrincipal currentUserPrincipal) { this.currentUserPrincipal = currentUserPrincipal; } public CurrentUserPrivilegeSet getCurrentUserPrivilegeSet() { return currentUserPrivilegeSet; } public void setCurrentUserPrivilegeSet(CurrentUserPrivilegeSet currentUserPrivilegeSet) { this.currentUserPrivilegeSet = currentUserPrivilegeSet; } public SyncToken getSyncToken() { return syncToken; } public void setSyncToken(SyncToken syncToken) { this.syncToken = syncToken; } public AddressbookHomeSet getAddressbookHomeSet() { return addressbookHomeSet; } public void setAddressbookHomeSet(AddressbookHomeSet addressbookHomeSet) { this.addressbookHomeSet = addressbookHomeSet; } public CardAddressData getAddressData() { return addressData; } public void setAddressData(CardAddressData addressData) { this.addressData = addressData; } public SupportedAddressData getSupportedAddressData() { return supportedAddressData; } public void setSupportedAddressData(SupportedAddressData supportedAddressData) { this.supportedAddressData = supportedAddressData; } // CalDAV-Elements @XmlElement(name="calendar-home-set", namespace = "urn:ietf:params:xml:ns:caldav") protected CalendarHomeSet calendarHomeSet; public CalendarHomeSet getCalendarHomeSet() { return calendarHomeSet; } public void setCalendarHomeSet(CalendarHomeSet calendarHomeSet) { this.calendarHomeSet = calendarHomeSet; } @XmlElement(name = "supported-calendar-component-set", namespace = "urn:ietf:params:xml:ns:caldav") protected SupportedCalendarComponentSet supportedCalendarComponentSet; public SupportedCalendarComponentSet getSupportedCalendarComponentSet() { return supportedCalendarComponentSet; } public void setSupportedCalendarComponentSet(SupportedCalendarComponentSet supportedCalendarComponentSet) { this.supportedCalendarComponentSet = supportedCalendarComponentSet; } @XmlElement(name="calendar-color", namespace = "http://apple.com/ns/ical") protected CalendarColor calendarColor; public CalendarColor getCalendarColor() { return calendarColor; } public void setCalendarColor(CalendarColor calendarColor) { this.calendarColor = calendarColor; } @XmlElement(name = "calendar-user-address-set", namespace = "urn:ietf:params:xml:ns:caldav") protected CalendarUserAddressSet calendarUserAddressSet; public CalendarUserAddressSet getCalendarUserAddressSet() { return calendarUserAddressSet; } public void setCalendarUserAddressSet(CalendarUserAddressSet calendarUserAddressSet) { this.calendarUserAddressSet = calendarUserAddressSet; } @XmlElement(name = "schedule-inbox-URL", namespace = "urn:ietf:params:xml:ns:caldav") protected ScheduleInboxUrl scheduleInboxUrl; public ScheduleInboxUrl getScheduleInboxUrl() { return scheduleInboxUrl; } public void setScheduleInboxUrl(ScheduleInboxUrl scheduleInboxUrl) { this.scheduleInboxUrl = scheduleInboxUrl; } @XmlElement(name = "schedule-outbox-URL", namespace = "urn:ietf:params:xml:ns:caldav") protected ScheduleInboxUrl scheduleoutboxUrl; public ScheduleInboxUrl getScheduleoutboxUrl() { return scheduleoutboxUrl; } public void setScheduleoutboxUrl(ScheduleInboxUrl scheduleoutboxUrl) { this.scheduleoutboxUrl = scheduleoutboxUrl; } @XmlElement(name = "calendar-data", namespace = "urn:ietf:params:xml:ns:caldav") protected CalendarData calendarData; public CalendarData getCalendarData() { return calendarData; } public void setCalendarData(CalendarData calendarData) { this.calendarData = calendarData; } @XmlElement(name = "organizer", namespace = "http://calendarserver.org/ns/") protected Organizer organizer; public Organizer getOrganizer() { return organizer; } public void setOrganizer(Organizer organizer) { this.organizer = organizer; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy