Package com.vidispine.generated
Class TranscoderDirectAccess
- java.lang.Object
-
- com.vidispine.generated.TranscoderDirectAccess
-
- 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 TranscoderDirectAccess 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 TranscoderDirectAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscoderDirectAccess"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rewrite" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="replacement" type="{http://www.w3.org/2001/XMLSchema}string"/> </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
TranscoderDirectAccess.PropInfo
static class
TranscoderDirectAccess.Rewrite
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected String
filter
protected List<TranscoderDirectAccess.Rewrite>
rewrite
-
Constructor Summary
Constructors Constructor Description TranscoderDirectAccess()
-
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
getFilter()
Gets the value of the filter property.List<TranscoderDirectAccess.Rewrite>
getRewrite()
Gets the value of the rewrite property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetFilter()
boolean
isSetRewrite()
void
setFilter(String value)
Sets the value of the filter property.void
unsetRewrite()
TranscoderDirectAccess
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TranscoderDirectAccess
withFilter(String value)
TranscoderDirectAccess
withRewrite(TranscoderDirectAccess.Rewrite... values)
TranscoderDirectAccess
withRewrite(Collection<TranscoderDirectAccess.Rewrite> values)
-
-
-
Field Detail
-
filter
protected String filter
-
rewrite
protected List<TranscoderDirectAccess.Rewrite> rewrite
-
-
Method Detail
-
getFilter
public String getFilter()
Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
public void setFilter(String value)
Sets the value of the filter property.- Parameters:
value
- allowed object isString
-
isSetFilter
public boolean isSetFilter()
-
getRewrite
public List<TranscoderDirectAccess.Rewrite> getRewrite()
Gets the value of the rewrite 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 rewrite property.For example, to add a new item, do as follows:
getRewrite().add(newItem);
Objects of the following type(s) are allowed in the list
TranscoderDirectAccess.Rewrite
-
isSetRewrite
public boolean isSetRewrite()
-
unsetRewrite
public void unsetRewrite()
-
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
-
withFilter
public TranscoderDirectAccess withFilter(String value)
-
withRewrite
public TranscoderDirectAccess withRewrite(TranscoderDirectAccess.Rewrite... values)
-
withRewrite
public TranscoderDirectAccess withRewrite(Collection<TranscoderDirectAccess.Rewrite> values)
-
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 TranscoderDirectAccess 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
-
-