public class TransactionDeliveryInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TransactionDeliveryInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionDeliveryInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DeliveryType" type="{http://schema.intuit.com/finance/v3}DeliveryTypeEnum" minOccurs="0"/> <element name="DeliveryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="DeliveryErrorType" type="{http://schema.intuit.com/finance/v3}DeliveryErrorTypeEnum" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DeliveryErrorTypeEnum |
deliveryErrorType |
protected Date |
deliveryTime |
protected DeliveryTypeEnum |
deliveryType |
Constructor and Description |
---|
TransactionDeliveryInfo() |
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) |
DeliveryErrorTypeEnum |
getDeliveryErrorType()
Gets the value of the deliveryErrorType property.
|
Date |
getDeliveryTime()
Gets the value of the deliveryTime property.
|
DeliveryTypeEnum |
getDeliveryType()
Gets the value of the deliveryType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDeliveryErrorType(DeliveryErrorTypeEnum value)
Sets the value of the deliveryErrorType property.
|
void |
setDeliveryTime(Date value)
Sets the value of the deliveryTime property.
|
void |
setDeliveryType(DeliveryTypeEnum value)
Sets the value of the deliveryType property.
|
protected DeliveryTypeEnum deliveryType
protected Date deliveryTime
protected DeliveryErrorTypeEnum deliveryErrorType
public DeliveryTypeEnum getDeliveryType()
DeliveryTypeEnum
public void setDeliveryType(DeliveryTypeEnum value)
value
- allowed object is
DeliveryTypeEnum
public Date getDeliveryTime()
String
public void setDeliveryTime(Date value)
value
- allowed object is
String
public DeliveryErrorTypeEnum getDeliveryErrorType()
DeliveryErrorTypeEnum
public void setDeliveryErrorType(DeliveryErrorTypeEnum value)
value
- allowed object is
DeliveryErrorTypeEnum
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.