public class AutoProjectionRuleType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected AutoProjectionRuleType.InputFilters |
inputFilters |
protected String |
name |
protected List<AutoProjectionStepType> |
step |
protected AutoProjectionRuleType.Triggers |
triggers |
Constructor and Description |
---|
AutoProjectionRuleType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.
|
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) |
protected List<AutoProjectionStepType> step
protected String name
protected String description
protected AutoProjectionRuleType.InputFilters inputFilters
protected AutoProjectionRuleType.Triggers triggers
public List<AutoProjectionStepType> getStep()
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
public boolean isSetStep()
public void unsetStep()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public AutoProjectionRuleType.InputFilters getInputFilters()
AutoProjectionRuleType.InputFilters
public void setInputFilters(AutoProjectionRuleType.InputFilters value)
value
- allowed object is
AutoProjectionRuleType.InputFilters
public boolean isSetInputFilters()
public AutoProjectionRuleType.Triggers getTriggers()
AutoProjectionRuleType.Triggers
public void setTriggers(AutoProjectionRuleType.Triggers value)
value
- allowed object is
AutoProjectionRuleType.Triggers
public boolean isSetTriggers()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public AutoProjectionRuleType withStep(AutoProjectionStepType... values)
public AutoProjectionRuleType withStep(Collection<AutoProjectionStepType> values)
public AutoProjectionRuleType withName(String value)
public AutoProjectionRuleType withDescription(String value)
public AutoProjectionRuleType withInputFilters(AutoProjectionRuleType.InputFilters value)
public AutoProjectionRuleType withTriggers(AutoProjectionRuleType.Triggers value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public AutoProjectionRuleType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.