public static class TranscoderDirectAccess.Rewrite extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Class and Description |
---|---|
static class |
TranscoderDirectAccess.Rewrite.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
pattern |
protected String |
replacement |
Constructor and Description |
---|
Rewrite() |
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() |
String |
getPattern()
Gets the value of the pattern property.
|
String |
getReplacement()
Gets the value of the replacement property.
|
boolean |
isSetPattern() |
boolean |
isSetReplacement() |
void |
setPattern(String value)
Sets the value of the pattern property.
|
void |
setReplacement(String value)
Sets the value of the replacement property.
|
TranscoderDirectAccess.Rewrite |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
TranscoderDirectAccess.Rewrite |
withPattern(String value) |
TranscoderDirectAccess.Rewrite |
withReplacement(String value) |
public String getPattern()
String
public void setPattern(String value)
value
- allowed object is
String
public boolean isSetPattern()
public String getReplacement()
String
public void setReplacement(String value)
value
- allowed object is
String
public boolean isSetReplacement()
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.Rewrite withPattern(String value)
public TranscoderDirectAccess.Rewrite withReplacement(String value)
public TranscoderDirectAccess.Rewrite visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.