public class Attachable extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Attachable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Attachable"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FileAccessUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TempDownloadUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Lat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Long" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PlaceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ThumbnailFileAccessUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ThumbnailTempDownloadUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AttachableEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
_long |
protected IntuitAnyType |
attachableEx |
protected String |
category |
protected String |
contentType |
protected String |
fileAccessUri |
protected String |
fileName |
protected String |
lat |
protected String |
note |
protected String |
placeName |
protected Long |
size |
protected String |
tag |
protected String |
tempDownloadUri |
protected String |
thumbnailFileAccessUri |
protected String |
thumbnailTempDownloadUri |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
Attachable() |
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 |
getAttachableEx()
Gets the value of the attachableEx property.
|
String |
getCategory()
Gets the value of the category property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getFileAccessUri()
Gets the value of the fileAccessUri property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getLat()
Gets the value of the lat property.
|
String |
getLong()
Gets the value of the long property.
|
String |
getNote()
Gets the value of the note property.
|
String |
getPlaceName()
Gets the value of the placeName property.
|
Long |
getSize()
Gets the value of the size property.
|
String |
getTag()
Gets the value of the tag property.
|
String |
getTempDownloadUri()
Gets the value of the tempDownloadUri property.
|
String |
getThumbnailFileAccessUri()
Gets the value of the thumbnailFileAccessUri property.
|
String |
getThumbnailTempDownloadUri()
Gets the value of the thumbnailTempDownloadUri property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAttachableEx(IntuitAnyType value)
Sets the value of the attachableEx property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setFileAccessUri(String value)
Sets the value of the fileAccessUri property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setLat(String value)
Sets the value of the lat property.
|
void |
setLong(String value)
Sets the value of the long property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setPlaceName(String value)
Sets the value of the placeName property.
|
void |
setSize(Long value)
Sets the value of the size property.
|
void |
setTag(String value)
Sets the value of the tag property.
|
void |
setTempDownloadUri(String value)
Sets the value of the tempDownloadUri property.
|
void |
setThumbnailFileAccessUri(String value)
Sets the value of the thumbnailFileAccessUri property.
|
void |
setThumbnailTempDownloadUri(String value)
Sets the value of the thumbnailTempDownloadUri property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String fileName
protected String fileAccessUri
protected String tempDownloadUri
protected Long size
protected String contentType
protected String category
protected String lat
protected String _long
protected String placeName
protected String note
protected String tag
protected String thumbnailFileAccessUri
protected String thumbnailTempDownloadUri
protected IntuitAnyType attachableEx
public String getFileName()
String
public void setFileName(String value)
value
- allowed object is
String
public String getFileAccessUri()
String
public void setFileAccessUri(String value)
value
- allowed object is
String
public String getTempDownloadUri()
String
public void setTempDownloadUri(String value)
value
- allowed object is
String
public void setSize(Long value)
value
- allowed object is
Long
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public String getLat()
String
public void setLat(String value)
value
- allowed object is
String
public String getLong()
String
public void setLong(String value)
value
- allowed object is
String
public String getPlaceName()
String
public void setPlaceName(String value)
value
- allowed object is
String
public String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public String getTag()
String
public void setTag(String value)
value
- allowed object is
String
public String getThumbnailFileAccessUri()
String
public void setThumbnailFileAccessUri(String value)
value
- allowed object is
String
public String getThumbnailTempDownloadUri()
String
public void setThumbnailTempDownloadUri(String value)
value
- allowed object is
String
public IntuitAnyType getAttachableEx()
IntuitAnyType
public void setAttachableEx(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
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
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
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.