Package com.vidispine.generated
Class AutoProjectionRuleType
java.lang.Object
com.vidispine.generated.AutoProjectionRuleType
- 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 AutoProjectionRuleType
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 AutoProjectionRuleType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoProjectionRuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="step" type="{http://xml.vidispine.com/schema/vidispine}AutoProjectionStepType" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="inputFilters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="inputFilter" type="{http://xml.vidispine.com/schema/vidispine}AutoProjectionInputFilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="bulkyMetadataKeysRegex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="triggers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="trigger" type="{http://xml.vidispine.com/schema/vidispine}AutoProjectionTriggerType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex typestatic classstatic classJava class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected AutoProjectionRuleType.InputFiltersprotected Stringprotected List<AutoProjectionStepType>protected AutoProjectionRuleType.Triggers -
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) Gets the value of the description property.Gets the value of the inputFilters property.getName()Gets the value of the name property.getStep()Gets the value of the step property.Gets the value of the triggers property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanvoidsetDescription(String value) Sets the value of the description property.voidSets the value of the inputFilters property.voidSets the value of the name property.voidSets the value of the triggers property.toString()voidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDescription(String value) Sets the value of the description property.Sets the value of the inputFilters property.Sets the value of the name property.withStep(AutoProjectionStepType... values) Adds objects to the list of Step using add methodwithStep(Collection<AutoProjectionStepType> values) Adds objects to the list of Step using addAll methodSets the value of the triggers property.
-
Field Details
-
step
-
name
-
description
-
inputFilters
-
triggers
-
-
Constructor Details
-
AutoProjectionRuleType
public AutoProjectionRuleType()
-
-
Method Details
-
getStep
Gets the value of the step 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 step property.For example, to add a new item, do as follows:
getStep().add(newItem);
Objects of the following type(s) are allowed in the list
AutoProjectionStepType- Returns:
- The value of the step property.
-
isSetStep
public boolean isSetStep() -
unsetStep
public void unsetStep() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName() -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
isSetDescription
public boolean isSetDescription() -
getInputFilters
Gets the value of the inputFilters property.- Returns:
- possible object is
AutoProjectionRuleType.InputFilters
-
setInputFilters
Sets the value of the inputFilters property.- Parameters:
value- allowed object isAutoProjectionRuleType.InputFilters
-
isSetInputFilters
public boolean isSetInputFilters() -
getTriggers
Gets the value of the triggers property.- Returns:
- possible object is
AutoProjectionRuleType.Triggers
-
setTriggers
Sets the value of the triggers property.- Parameters:
value- allowed object isAutoProjectionRuleType.Triggers
-
isSetTriggers
public boolean isSetTriggers() -
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
-
withStep
Adds objects to the list of Step using add method- Parameters:
values- objects to add to the list Step- Returns:
- The class instance
-
withStep
Adds objects to the list of Step using addAll method- Parameters:
values- objects to add to the list Step- Returns:
- The class instance
-
withName
Sets the value of the name property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withDescription
Sets the value of the description property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withInputFilters
Sets the value of the inputFilters property.- Parameters:
value- allowed object isAutoProjectionRuleType.InputFilters- Returns:
- The class instance
-
withTriggers
Sets the value of the triggers property.- Parameters:
value- allowed object isAutoProjectionRuleType.Triggers- 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
-