public class LinkedTxn extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for LinkedTxn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkedTxn"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TxnId" type="{http://schema.intuit.com/finance/v3}id" minOccurs="0"/> <element name="TxnType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TxnLineId" type="{http://schema.intuit.com/finance/v3}id" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
txnId |
protected String |
txnLineId |
protected String |
txnType |
Constructor and Description |
---|
LinkedTxn() |
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) |
String |
getTxnId()
Gets the value of the txnId property.
|
String |
getTxnLineId()
Gets the value of the txnLineId property.
|
String |
getTxnType()
Gets the value of the txnType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setTxnId(String value)
Sets the value of the txnId property.
|
void |
setTxnLineId(String value)
Sets the value of the txnLineId property.
|
void |
setTxnType(String value)
Sets the value of the txnType property.
|
protected String txnId
protected String txnType
protected String txnLineId
public String getTxnId()
String
public void setTxnId(String value)
value
- allowed object is
String
public String getTxnType()
String
public void setTxnType(String value)
value
- allowed object is
String
public String getTxnLineId()
String
public void setTxnLineId(String value)
value
- allowed object is
String
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.