public class UserAlert extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for UserAlert complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserAlert">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Done" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReminderDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExpireDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DueDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NameValue" type="{http://schema.intuit.com/finance/v3}NameValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="UserAlertEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Boolean |
done |
protected Date |
dueDate |
protected Date |
expireDate |
protected String |
filter |
protected List<NameValue> |
nameValue |
protected String |
notes |
protected Date |
reminderDate |
protected String |
type |
protected String |
url |
protected IntuitAnyType |
userAlertEx |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
UserAlert() |
| 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) |
Date |
getDueDate()
Gets the value of the dueDate property.
|
Date |
getExpireDate()
Gets the value of the expireDate property.
|
String |
getFilter()
Gets the value of the filter property.
|
List<NameValue> |
getNameValue()
Gets the value of the nameValue property.
|
String |
getNotes()
Gets the value of the notes property.
|
Date |
getReminderDate()
Gets the value of the reminderDate property.
|
String |
getType()
Gets the value of the type property.
|
String |
getURL()
Gets the value of the url property.
|
IntuitAnyType |
getUserAlertEx()
Gets the value of the userAlertEx property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isDone()
Gets the value of the done property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setDone(Boolean value)
Sets the value of the done property.
|
void |
setDueDate(Date value)
Sets the value of the dueDate property.
|
void |
setExpireDate(Date value)
Sets the value of the expireDate property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setNameValue(List<NameValue> nameValue)
Sets the value of the nameValue property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setReminderDate(Date value)
Sets the value of the reminderDate property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
setUserAlertEx(IntuitAnyType value)
Sets the value of the userAlertEx property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String notes
protected Boolean active
protected Boolean done
protected String type
protected Date reminderDate
protected Date expireDate
protected Date dueDate
protected String url
protected String filter
protected IntuitAnyType userAlertEx
public String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic Boolean isDone()
Booleanpublic void setDone(Boolean value)
value - allowed object is
Booleanpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Date getReminderDate()
Stringpublic void setReminderDate(Date value)
value - allowed object is
Stringpublic Date getExpireDate()
Stringpublic void setExpireDate(Date value)
value - allowed object is
Stringpublic Date getDueDate()
Stringpublic void setDueDate(Date value)
value - allowed object is
Stringpublic String getURL()
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic List<NameValue> getNameValue()
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 nameValue property.
For example, to add a new item, do as follows:
getNameValue().add(newItem);
Objects of the following type(s) are allowed in the list
NameValue
public IntuitAnyType getUserAlertEx()
IntuitAnyTypepublic void setUserAlertEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic void setNameValue(List<NameValue> nameValue)
nameValue - allowed object is
NameValuepublic 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.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.