public class CodecType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for CodecType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodecType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="encode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="decode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
decode |
protected Boolean |
encode |
protected String |
name |
| Constructor and Description |
|---|
CodecType() |
| 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 |
getName()
Gets the value of the name property.
|
Boolean |
isDecode()
Gets the value of the decode property.
|
Boolean |
isEncode()
Gets the value of the encode property.
|
boolean |
isSetDecode() |
boolean |
isSetEncode() |
boolean |
isSetName() |
void |
setDecode(Boolean value)
Sets the value of the decode property.
|
void |
setEncode(Boolean value)
Sets the value of the encode property.
|
void |
setName(String value)
Sets the value of the name property.
|
CodecType |
withDecode(Boolean value) |
CodecType |
withEncode(Boolean value) |
CodecType |
withName(String value) |
protected Boolean encode
protected Boolean decode
protected String name
public Boolean isEncode()
Booleanpublic void setEncode(Boolean value)
value - allowed object is
Booleanpublic boolean isSetEncode()
public Boolean isDecode()
Booleanpublic void setDecode(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDecode()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2015. All rights reserved.