| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2012_1.RevRecScheduleSearchRowBasic |
Java class for RevRecScheduleSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevRecScheduleSearchRowBasic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="amount" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="defRev" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="entity" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="incomeAcct" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="jeDoc" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="jeDocUrl" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="nameUrl" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="postPeriod" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="srcDoc" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="srcDocLine" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| defRev | |||||||||||
| entity | |||||||||||
| externalId | |||||||||||
| incomeAcct | |||||||||||
| internalId | |||||||||||
| jeDoc | |||||||||||
| jeDocUrl | |||||||||||
| name | |||||||||||
| nameUrl | |||||||||||
| postPeriod | |||||||||||
| srcDoc | |||||||||||
| srcDocLine | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the defRev property.
| |||||||||||
Gets the value of the entity property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the incomeAcct property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the jeDoc property.
| |||||||||||
Gets the value of the jeDocUrl property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the nameUrl property.
| |||||||||||
Gets the value of the postPeriod property.
| |||||||||||
Gets the value of the srcDoc property.
| |||||||||||
Gets the value of the srcDocLine property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
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 amount property.
For example, to add a new item, do as follows:
getAmount().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the defRev property.
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 defRev property.
For example, to add a new item, do as follows:
getDefRev().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the entity property.
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 entity property.
For example, to add a new item, do as follows:
getEntity().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the externalId property.
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 externalId property.
For example, to add a new item, do as follows:
getExternalId().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the incomeAcct property.
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 incomeAcct property.
For example, to add a new item, do as follows:
getIncomeAcct().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the internalId property.
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 internalId property.
For example, to add a new item, do as follows:
getInternalId().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the jeDoc property.
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 jeDoc property.
For example, to add a new item, do as follows:
getJeDoc().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the jeDocUrl property.
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 jeDocUrl property.
For example, to add a new item, do as follows:
getJeDocUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the name property.
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the nameUrl property.
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 nameUrl property.
For example, to add a new item, do as follows:
getNameUrl().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the postPeriod property.
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 postPeriod property.
For example, to add a new item, do as follows:
getPostPeriod().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the srcDoc property.
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 srcDoc property.
For example, to add a new item, do as follows:
getSrcDoc().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the srcDocLine property.
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 srcDocLine property.
For example, to add a new item, do as follows:
getSrcDocLine().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField