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

com.github.sardine.model.Prop Maven / Gradle / Ivy

//
// 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 com.github.sardine.model;

import org.w3c.dom.Element;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import java.util.ArrayList;
import java.util.List;


/**
 * 

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; @XmlAnyElement protected List any; //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; } /** * Gets the value of the any property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the any property. * *

* For example, to add a new item, do as follows: *

     *    getAny().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Element } * * */ public List getAny() { if (any == null) { any = new ArrayList(); } return this.any; } 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; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy