public class AAFGeneratorResponse extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for AAFGeneratorResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AAFGeneratorResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="aaf" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
<element name="xml" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AAFGeneratorResponse.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
aaf |
protected String |
xml |
| Constructor and Description |
|---|
AAFGeneratorResponse() |
| 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) |
byte[] |
getAaf()
Gets the value of the aaf property.
|
String |
getXml()
Gets the value of the xml property.
|
boolean |
isSetAaf() |
boolean |
isSetXml() |
void |
setAaf(byte[] value)
Sets the value of the aaf property.
|
void |
setXml(String value)
Sets the value of the xml property.
|
AAFGeneratorResponse |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AAFGeneratorResponse |
withAaf(byte[] value) |
AAFGeneratorResponse |
withXml(String value) |
protected byte[] aaf
protected String xml
public byte[] getAaf()
Stringpublic void setAaf(byte[] value)
value - allowed object is
Stringpublic boolean isSetAaf()
public String getXml()
Stringpublic void setXml(String value)
value - allowed object is
Stringpublic boolean isSetXml()
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 AAFGeneratorResponse withAaf(byte[] value)
public AAFGeneratorResponse withXml(String value)
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.Equalspublic AAFGeneratorResponse visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.