Class SiteRuleType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class SiteRuleType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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:
    Serialized Form
    • Constructor Detail

      • SiteRuleType

        public SiteRuleType()
    • Method Detail

      • 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

      • 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()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

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

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object