Package com.vidispine.generated
Class AutoProjectionRuleType
- java.lang.Object
-
- com.vidispine.generated.AutoProjectionRuleType
-
- 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 AutoProjectionRuleType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutoProjectionRuleType.InputFilters
Java class for anonymous complex type.static class
AutoProjectionRuleType.PropInfo
static class
AutoProjectionRuleType.Triggers
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected AutoProjectionRuleType.InputFilters
inputFilters
protected String
name
protected List<AutoProjectionStepType>
step
protected AutoProjectionRuleType.Triggers
triggers
-
Constructor Summary
Constructors Constructor Description AutoProjectionRuleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getDescription()
Gets the value of the description property.AutoProjectionRuleType.InputFilters
getInputFilters()
Gets the value of the inputFilters property.String
getName()
Gets the value of the name property.List<AutoProjectionStepType>
getStep()
Gets the value of the step property.AutoProjectionRuleType.Triggers
getTriggers()
Gets the value of the triggers property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetDescription()
boolean
isSetInputFilters()
boolean
isSetName()
boolean
isSetStep()
boolean
isSetTriggers()
void
setDescription(String value)
Sets the value of the description property.void
setInputFilters(AutoProjectionRuleType.InputFilters value)
Sets the value of the inputFilters property.void
setName(String value)
Sets the value of the name property.void
setTriggers(AutoProjectionRuleType.Triggers value)
Sets the value of the triggers property.void
unsetStep()
AutoProjectionRuleType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AutoProjectionRuleType
withDescription(String value)
AutoProjectionRuleType
withInputFilters(AutoProjectionRuleType.InputFilters value)
AutoProjectionRuleType
withName(String value)
AutoProjectionRuleType
withStep(AutoProjectionStepType... values)
AutoProjectionRuleType
withStep(Collection<AutoProjectionStepType> values)
AutoProjectionRuleType
withTriggers(AutoProjectionRuleType.Triggers value)
-
-
-
Field Detail
-
step
protected List<AutoProjectionStepType> step
-
name
protected String name
-
description
protected String description
-
inputFilters
protected AutoProjectionRuleType.InputFilters inputFilters
-
triggers
protected AutoProjectionRuleType.Triggers triggers
-
-
Method Detail
-
getStep
public List<AutoProjectionStepType> 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
set
method 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
-
isSetStep
public boolean isSetStep()
-
unsetStep
public void unsetStep()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription()
-
getInputFilters
public AutoProjectionRuleType.InputFilters getInputFilters()
Gets the value of the inputFilters property.- Returns:
- possible object is
AutoProjectionRuleType.InputFilters
-
setInputFilters
public void setInputFilters(AutoProjectionRuleType.InputFilters value)
Sets the value of the inputFilters property.- Parameters:
value
- allowed object isAutoProjectionRuleType.InputFilters
-
isSetInputFilters
public boolean isSetInputFilters()
-
getTriggers
public AutoProjectionRuleType.Triggers getTriggers()
Gets the value of the triggers property.- Returns:
- possible object is
AutoProjectionRuleType.Triggers
-
setTriggers
public void setTriggers(AutoProjectionRuleType.Triggers value)
Sets the value of the triggers property.- Parameters:
value
- allowed object isAutoProjectionRuleType.Triggers
-
isSetTriggers
public boolean isSetTriggers()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withStep
public AutoProjectionRuleType withStep(AutoProjectionStepType... values)
-
withStep
public AutoProjectionRuleType withStep(Collection<AutoProjectionStepType> values)
-
withName
public AutoProjectionRuleType withName(String value)
-
withDescription
public AutoProjectionRuleType withDescription(String value)
-
withInputFilters
public AutoProjectionRuleType withInputFilters(AutoProjectionRuleType.InputFilters value)
-
withTriggers
public AutoProjectionRuleType withTriggers(AutoProjectionRuleType.Triggers value)
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public AutoProjectionRuleType 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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-