public class TranscoderDirectAccess extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
TranscoderDirectAccess.PropInfo |
static class |
TranscoderDirectAccess.Rewrite
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
filter |
protected List<TranscoderDirectAccess.Rewrite> |
rewrite |
Constructor and Description |
---|
TranscoderDirectAccess() |
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 |
getFilter()
Gets the value of the filter property.
|
List<TranscoderDirectAccess.Rewrite> |
getRewrite()
Gets the value of the rewrite property.
|
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(Collection<TranscoderDirectAccess.Rewrite> values) |
TranscoderDirectAccess |
withRewrite(TranscoderDirectAccess.Rewrite... values) |
protected String filter
protected List<TranscoderDirectAccess.Rewrite> rewrite
public String getFilter()
String
public void setFilter(String value)
value
- allowed object is
String
public boolean isSetFilter()
public List<TranscoderDirectAccess.Rewrite> getRewrite()
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
public boolean isSetRewrite()
public void unsetRewrite()
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 TranscoderDirectAccess withFilter(String value)
public TranscoderDirectAccess withRewrite(TranscoderDirectAccess.Rewrite... values)
public TranscoderDirectAccess withRewrite(Collection<TranscoderDirectAccess.Rewrite> values)
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 TranscoderDirectAccess visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.