public class AttachableRef extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for AttachableRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachableRef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EntityRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="LineInfo" type="{http://schema.intuit.com/finance/v3}id" minOccurs="0"/> <element name="IncludeOnSend" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CustomField" type="{http://schema.intuit.com/finance/v3}CustomField" maxOccurs="unbounded" minOccurs="0"/> <element name="AttachableRefEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected IntuitAnyType |
attachableRefEx |
protected List<CustomField> |
customField |
protected ReferenceType |
entityRef |
protected Boolean |
includeOnSend |
protected String |
lineInfo |
Constructor and Description |
---|
AttachableRef() |
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) |
IntuitAnyType |
getAttachableRefEx()
Gets the value of the attachableRefEx property.
|
List<CustomField> |
getCustomField()
Gets the value of the customField property.
|
ReferenceType |
getEntityRef()
Gets the value of the entityRef property.
|
String |
getLineInfo()
Gets the value of the lineInfo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isIncludeOnSend()
Gets the value of the includeOnSend property.
|
void |
setAttachableRefEx(IntuitAnyType value)
Sets the value of the attachableRefEx property.
|
void |
setCustomField(List<CustomField> customField)
Sets the value of the customField property.
|
void |
setEntityRef(ReferenceType value)
Sets the value of the entityRef property.
|
void |
setIncludeOnSend(Boolean value)
Sets the value of the includeOnSend property.
|
void |
setLineInfo(String value)
Sets the value of the lineInfo property.
|
protected ReferenceType entityRef
protected String lineInfo
protected Boolean includeOnSend
protected List<CustomField> customField
protected IntuitAnyType attachableRefEx
public ReferenceType getEntityRef()
ReferenceType
public void setEntityRef(ReferenceType value)
value
- allowed object is
ReferenceType
public String getLineInfo()
String
public void setLineInfo(String value)
value
- allowed object is
String
public Boolean isIncludeOnSend()
Boolean
public void setIncludeOnSend(Boolean value)
value
- allowed object is
Boolean
public List<CustomField> getCustomField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the customField property.
For example, to add a new item, do as follows:
getCustomField().add(newItem);
Objects of the following type(s) are allowed in the list
CustomField
public IntuitAnyType getAttachableRefEx()
IntuitAnyType
public void setAttachableRefEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public void setCustomField(List<CustomField> customField)
customField
- allowed object is
CustomField
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.