public class TDSMetadata extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TDSMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TDSMetadata"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="TDSEntityTypes" type="{http://schema.intuit.com/finance/v3}NameValue" maxOccurs="unbounded" minOccurs="0"/> <element name="TDSSectionTypes" type="{http://schema.intuit.com/finance/v3}NameValue" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<NameValue> |
tdsEntityTypes |
protected List<NameValue> |
tdsSectionTypes |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
TDSMetadata() |
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<NameValue> |
getTDSEntityTypes()
Gets the value of the tdsEntityTypes property.
|
List<NameValue> |
getTDSSectionTypes()
Gets the value of the tdsSectionTypes property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setTDSEntityTypes(List<NameValue> tdsEntityTypes)
Sets the value of the tdsEntityTypes property.
|
void |
setTDSSectionTypes(List<NameValue> tdsSectionTypes)
Sets the value of the tdsSectionTypes property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
public List<NameValue> getTDSEntityTypes()
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 tdsEntityTypes property.
For example, to add a new item, do as follows:
getTDSEntityTypes().add(newItem);
Objects of the following type(s) are allowed in the list
NameValue
public List<NameValue> getTDSSectionTypes()
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 tdsSectionTypes property.
For example, to add a new item, do as follows:
getTDSSectionTypes().add(newItem);
Objects of the following type(s) are allowed in the list
NameValue
public void setTDSEntityTypes(List<NameValue> tdsEntityTypes)
tdsEntityTypes
- allowed object is
NameValue
public void setTDSSectionTypes(List<NameValue> tdsSectionTypes)
tdsSectionTypes
- allowed object is
NameValue
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.