public class TDSLineDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TDSLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TDSLineDetail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TDSAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="TDSSectionTypeId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="TDSLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceType |
tdsAccountRef |
protected IntuitAnyType |
tdsLineDetailEx |
protected Integer |
tdsSectionTypeId |
Constructor and Description |
---|
TDSLineDetail() |
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) |
ReferenceType |
getTDSAccountRef()
Gets the value of the tdsAccountRef property.
|
IntuitAnyType |
getTDSLineDetailEx()
Gets the value of the tdsLineDetailEx property.
|
Integer |
getTDSSectionTypeId()
Gets the value of the tdsSectionTypeId property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setTDSAccountRef(ReferenceType value)
Sets the value of the tdsAccountRef property.
|
void |
setTDSLineDetailEx(IntuitAnyType value)
Sets the value of the tdsLineDetailEx property.
|
void |
setTDSSectionTypeId(Integer value)
Sets the value of the tdsSectionTypeId property.
|
protected ReferenceType tdsAccountRef
protected Integer tdsSectionTypeId
protected IntuitAnyType tdsLineDetailEx
public ReferenceType getTDSAccountRef()
ReferenceType
public void setTDSAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public Integer getTDSSectionTypeId()
Integer
public void setTDSSectionTypeId(Integer value)
value
- allowed object is
Integer
public IntuitAnyType getTDSLineDetailEx()
IntuitAnyType
public void setTDSLineDetailEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
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.