Class SiteRuleType

java.lang.Object
com.vidispine.generated.SiteRuleType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class SiteRuleType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Java class for SiteRuleType complex type

.

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


 <complexType name="SiteRuleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
         <element name="site" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="metadata" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="shape" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="groups" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="access" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="files" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="targetStorage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="localTargetStorage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • id

      protected String id
    • site

      protected String site
    • metadata

      protected Boolean metadata
    • shape

      protected List<String> shape
    • groups

      protected Boolean groups
    • access

      protected Boolean access
    • files

      protected Boolean files
    • targetStorage

      protected String targetStorage
    • localTargetStorage

      protected String localTargetStorage
    • deleted

      protected Boolean deleted
  • Constructor Details

    • SiteRuleType

      public SiteRuleType()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isSetId

      public boolean isSetId()
    • getSite

      public String getSite()
      Gets the value of the site property.
      Returns:
      possible object is String
    • setSite

      public void setSite(String value)
      Sets the value of the site property.
      Parameters:
      value - allowed object is String
    • isSetSite

      public boolean isSetSite()
    • isMetadata

      public Boolean isMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is Boolean
    • setMetadata

      public void setMetadata(Boolean value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is Boolean
    • isSetMetadata

      public boolean isSetMetadata()
    • getShape

      public List<String> getShape()
      Gets the value of the shape 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 shape property.

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

       getShape().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the shape property.
    • isSetShape

      public boolean isSetShape()
    • unsetShape

      public void unsetShape()
    • isGroups

      public Boolean isGroups()
      Gets the value of the groups property.
      Returns:
      possible object is Boolean
    • setGroups

      public void setGroups(Boolean value)
      Sets the value of the groups property.
      Parameters:
      value - allowed object is Boolean
    • isSetGroups

      public boolean isSetGroups()
    • isAccess

      public Boolean isAccess()
      Gets the value of the access property.
      Returns:
      possible object is Boolean
    • setAccess

      public void setAccess(Boolean value)
      Sets the value of the access property.
      Parameters:
      value - allowed object is Boolean
    • isSetAccess

      public boolean isSetAccess()
    • isFiles

      public Boolean isFiles()
      Gets the value of the files property.
      Returns:
      possible object is Boolean
    • setFiles

      public void setFiles(Boolean value)
      Sets the value of the files property.
      Parameters:
      value - allowed object is Boolean
    • isSetFiles

      public boolean isSetFiles()
    • getTargetStorage

      public String getTargetStorage()
      Gets the value of the targetStorage property.
      Returns:
      possible object is String
    • setTargetStorage

      public void setTargetStorage(String value)
      Sets the value of the targetStorage property.
      Parameters:
      value - allowed object is String
    • isSetTargetStorage

      public boolean isSetTargetStorage()
    • getLocalTargetStorage

      public String getLocalTargetStorage()
      Gets the value of the localTargetStorage property.
      Returns:
      possible object is String
    • setLocalTargetStorage

      public void setLocalTargetStorage(String value)
      Sets the value of the localTargetStorage property.
      Parameters:
      value - allowed object is String
    • isSetLocalTargetStorage

      public boolean isSetLocalTargetStorage()
    • isDeleted

      public Boolean isDeleted()
      Gets the value of the deleted property.
      Returns:
      possible object is Boolean
    • setDeleted

      public void setDeleted(Boolean value)
      Sets the value of the deleted property.
      Parameters:
      value - allowed object is Boolean
    • isSetDeleted

      public boolean isSetDeleted()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withId

      public SiteRuleType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSite

      public SiteRuleType withSite(String value)
      Sets the value of the site property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMetadata

      public SiteRuleType withMetadata(Boolean value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withShape

      public SiteRuleType withShape(String... values)
      Adds objects to the list of Shape using add method
      Parameters:
      values - objects to add to the list Shape
      Returns:
      The class instance
    • withShape

      public SiteRuleType withShape(Collection<String> values)
      Adds objects to the list of Shape using addAll method
      Parameters:
      values - objects to add to the list Shape
      Returns:
      The class instance
    • withGroups

      public SiteRuleType withGroups(Boolean value)
      Sets the value of the groups property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withAccess

      public SiteRuleType withAccess(Boolean value)
      Sets the value of the access property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withFiles

      public SiteRuleType withFiles(Boolean value)
      Sets the value of the files property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withTargetStorage

      public SiteRuleType withTargetStorage(String value)
      Sets the value of the targetStorage property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLocalTargetStorage

      public SiteRuleType withLocalTargetStorage(String value)
      Sets the value of the localTargetStorage property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDeleted

      public SiteRuleType withDeleted(Boolean value)
      Sets the value of the deleted property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public SiteRuleType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString