public class Cascade extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Cascade complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cascade">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Id" type="{http://schema.intuit.com/finance/v3}id"/>
<element name="KeyValue" type="{http://schema.intuit.com/finance/v3}NameValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityName |
protected String |
id |
protected List<NameValue> |
keyValue |
| Constructor and Description |
|---|
Cascade() |
| 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) |
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getId()
Gets the value of the id property.
|
List<NameValue> |
getKeyValue()
Gets the value of the keyValue property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKeyValue(List<NameValue> keyValue)
Sets the value of the keyValue property.
|
public String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic List<NameValue> getKeyValue()
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 keyValue property.
For example, to add a new item, do as follows:
getKeyValue().add(newItem);
Objects of the following type(s) are allowed in the list
NameValue
public void setKeyValue(List<NameValue> keyValue)
keyValue - 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.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.