| java.lang.Object | |
| ↳ | com.netsuite.webservices.documents.filecabinet_2010_2.FileSiteCategory |
Java class for FileSiteCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSiteCategory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="category" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="categoryDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="website" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| category | |||||||||||
| categoryDescription | |||||||||||
| isDefault | |||||||||||
| website | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the category property.
| |||||||||||
Gets the value of the categoryDescription property.
| |||||||||||
Gets the value of the website property.
| |||||||||||
Gets the value of the isDefault property.
| |||||||||||
Sets the value of the category property.
| |||||||||||
Sets the value of the categoryDescription property.
| |||||||||||
Sets the value of the isDefault property.
| |||||||||||
Sets the value of the website property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the category property.
RecordRef
Gets the value of the categoryDescription property.
Gets the value of the website property.
RecordRef
Gets the value of the isDefault property.
Sets the value of the category property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the categoryDescription property.
| value | Allowed object is String |
|---|
Sets the value of the isDefault property.
| value | Allowed object is Boolean |
|---|
Sets the value of the website property.
| value | Allowed object is
RecordRef
|
|---|