public class AttachableResponse extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for AttachableResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachableResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="Attachable" type="{http://schema.intuit.com/finance/v3}Attachable" minOccurs="0"/> <element name="Fault" type="{http://schema.intuit.com/finance/v3}Fault" minOccurs="0"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Attachable |
attachable |
protected Fault |
fault |
Constructor and Description |
---|
AttachableResponse() |
Modifier and Type | Method and Description |
---|---|
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.EqualsStrategy2 strategy) |
Attachable |
getAttachable()
Gets the value of the attachable property.
|
Fault |
getFault()
Gets the value of the fault property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAttachable(Attachable value)
Sets the value of the attachable property.
|
void |
setFault(Fault value)
Sets the value of the fault property.
|
protected Attachable attachable
protected Fault fault
public Attachable getAttachable()
Attachable
public void setAttachable(Attachable value)
value
- allowed object is
Attachable
public Fault getFault()
Fault
public void setFault(Fault value)
value
- allowed object is
Fault
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.