public abstract class IntuitEntity extends Object implements Serializable, IEntity, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for IntuitEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntuitEntity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://schema.intuit.com/finance/v3}id" minOccurs="0"/>
<element name="SyncToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MetaData" type="{http://schema.intuit.com/finance/v3}ModificationMetaData" minOccurs="0"/>
<element name="CustomField" type="{http://schema.intuit.com/finance/v3}CustomField" maxOccurs="unbounded" minOccurs="0"/>
<element name="AttachableRef" type="{http://schema.intuit.com/finance/v3}AttachableRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://schema.intuit.com/finance/v3}EntityStatusEnum" />
<attribute name="sparse" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AttachableRef> |
attachableRef |
protected List<CustomField> |
customField |
protected String |
domain |
protected String |
id |
protected ModificationMetaData |
metaData |
protected Boolean |
sparse |
protected EntityStatusEnum |
status |
protected String |
syncToken |
| Constructor and Description |
|---|
IntuitEntity() |
| 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) |
List<AttachableRef> |
getAttachableRef()
Gets the value of the attachableRef property.
|
List<CustomField> |
getCustomField()
Gets the value of the customField property.
|
String |
getDomain()
Gets the value of the domain property.
|
String |
getId()
Gets the value of the id property.
|
ModificationMetaData |
getMetaData()
Gets the value of the metaData property.
|
EntityStatusEnum |
getStatus()
Gets the value of the status property.
|
String |
getSyncToken()
Gets the value of the syncToken property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isSparse()
Gets the value of the sparse property.
|
void |
setAttachableRef(List<AttachableRef> attachableRef)
Sets the value of the attachableRef property.
|
void |
setCustomField(List<CustomField> customField)
Sets the value of the customField property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMetaData(ModificationMetaData value)
Sets the value of the metaData property.
|
void |
setSparse(Boolean value)
Sets the value of the sparse property.
|
void |
setStatus(EntityStatusEnum value)
Sets the value of the status property.
|
void |
setSyncToken(String value)
Sets the value of the syncToken property.
|
protected String id
protected String syncToken
protected ModificationMetaData metaData
protected List<CustomField> customField
protected List<AttachableRef> attachableRef
protected String domain
protected EntityStatusEnum status
protected Boolean sparse
public void setId(String value)
value - allowed object is
Stringpublic String getSyncToken()
Stringpublic void setSyncToken(String value)
value - allowed object is
Stringpublic ModificationMetaData getMetaData()
ModificationMetaDatapublic void setMetaData(ModificationMetaData value)
value - allowed object is
ModificationMetaDatapublic 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 List<AttachableRef> getAttachableRef()
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 attachableRef property.
For example, to add a new item, do as follows:
getAttachableRef().add(newItem);
Objects of the following type(s) are allowed in the list
AttachableRef
public String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic EntityStatusEnum getStatus()
EntityStatusEnumpublic void setStatus(EntityStatusEnum value)
value - allowed object is
EntityStatusEnumpublic Boolean isSparse()
Booleanpublic void setSparse(Boolean value)
value - allowed object is
Booleanpublic void setCustomField(List<CustomField> customField)
customField - allowed object is
CustomFieldpublic void setAttachableRef(List<AttachableRef> attachableRef)
attachableRef - allowed object is
AttachableRefpublic 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.