Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getId()Gets the value of the id property.Gets the value of the localTargetStorage property.getShape()Gets the value of the shape property.getSite()Gets the value of the site property.Gets the value of the targetStorage property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) isAccess()Gets the value of the access property.Gets the value of the deleted property.isFiles()Gets the value of the files property.isGroups()Gets the value of the groups property.Gets the value of the metadata property.booleanbooleanbooleanbooleanbooleanisSetId()booleanbooleanbooleanbooleanbooleanvoidSets the value of the access property.voidsetDeleted(Boolean value) Sets the value of the deleted property.voidSets the value of the files property.voidSets the value of the groups property.voidSets the value of the id property.voidsetLocalTargetStorage(String value) Sets the value of the localTargetStorage property.voidsetMetadata(Boolean value) Sets the value of the metadata property.voidSets the value of the site property.voidsetTargetStorage(String value) Sets the value of the targetStorage property.toString()voidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAccess(Boolean value) Sets the value of the access property.withDeleted(Boolean value) Sets the value of the deleted property.Sets the value of the files property.withGroups(Boolean value) Sets the value of the groups property.Sets the value of the id property.withLocalTargetStorage(String value) Sets the value of the localTargetStorage property.withMetadata(Boolean value) Sets the value of the metadata property.Adds objects to the list of Shape using add methodwithShape(Collection<String> values) Adds objects to the list of Shape using addAll methodSets the value of the site property.withTargetStorage(String value) Sets the value of the targetStorage property.
-
Field Details
-
id
-
site
-
metadata
-
shape
-
groups
-
access
-
files
-
targetStorage
-
localTargetStorage
-
deleted
-
-
Constructor Details
-
SiteRuleType
public SiteRuleType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId() -
getSite
Gets the value of the site property.- Returns:
- possible object is
String
-
setSite
Sets the value of the site property.- Parameters:
value- allowed object isString
-
isSetSite
public boolean isSetSite() -
isMetadata
Gets the value of the metadata property.- Returns:
- possible object is
Boolean
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isBoolean
-
isSetMetadata
public boolean isSetMetadata() -
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
setmethod 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
Gets the value of the groups property.- Returns:
- possible object is
Boolean
-
setGroups
Sets the value of the groups property.- Parameters:
value- allowed object isBoolean
-
isSetGroups
public boolean isSetGroups() -
isAccess
Gets the value of the access property.- Returns:
- possible object is
Boolean
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isBoolean
-
isSetAccess
public boolean isSetAccess() -
isFiles
Gets the value of the files property.- Returns:
- possible object is
Boolean
-
setFiles
Sets the value of the files property.- Parameters:
value- allowed object isBoolean
-
isSetFiles
public boolean isSetFiles() -
getTargetStorage
Gets the value of the targetStorage property.- Returns:
- possible object is
String
-
setTargetStorage
Sets the value of the targetStorage property.- Parameters:
value- allowed object isString
-
isSetTargetStorage
public boolean isSetTargetStorage() -
getLocalTargetStorage
Gets the value of the localTargetStorage property.- Returns:
- possible object is
String
-
setLocalTargetStorage
Sets the value of the localTargetStorage property.- Parameters:
value- allowed object isString
-
isSetLocalTargetStorage
public boolean isSetLocalTargetStorage() -
isDeleted
Gets the value of the deleted property.- Returns:
- possible object is
Boolean
-
setDeleted
Sets the value of the deleted property.- Parameters:
value- allowed object isBoolean
-
isSetDeleted
public boolean isSetDeleted() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSite
Sets the value of the site property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withShape
Adds objects to the list of Shape using add method- Parameters:
values- objects to add to the list Shape- Returns:
- The class instance
-
withShape
Adds objects to the list of Shape using addAll method- Parameters:
values- objects to add to the list Shape- Returns:
- The class instance
-
withGroups
Sets the value of the groups property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withAccess
Sets the value of the access property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withFiles
Sets the value of the files property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withTargetStorage
Sets the value of the targetStorage property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLocalTargetStorage
Sets the value of the localTargetStorage property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withDeleted
Sets the value of the deleted property.- Parameters:
value- allowed object isBoolean- 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-