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