public class

DateCustomFieldRef

extends CustomFieldRef
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.CustomFieldRef
     ↳ com.netsuite.webservices.platform.core_2010_2.DateCustomFieldRef

Class Overview

Java class for DateCustomFieldRef complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DateCustomFieldRef">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldRef">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
       <attribute name="internalId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String internalId
protected XMLGregorianCalendar value
Public Constructors
DateCustomFieldRef()
Public Methods
String getInternalId()
Gets the value of the internalId property.
XMLGregorianCalendar getValue()
Gets the value of the value property.
void setInternalId(String value)
Sets the value of the internalId property.
void setValue(XMLGregorianCalendar value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String internalId

protected XMLGregorianCalendar value

Public Constructors

public DateCustomFieldRef ()

Public Methods

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public XMLGregorianCalendar getValue ()

Gets the value of the value property.

Returns
  • possible object is XMLGregorianCalendar

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setValue (XMLGregorianCalendar value)

Sets the value of the value property.

Parameters
value Allowed object is XMLGregorianCalendar