Class: ActiveNetsuite::SearchColumnMultiSelectCustomField

Inherits:
SearchColumnCustomField show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:core_2013_2urn:core_2013_2.platformurn:core_2013_2.platform.webservicesurn:core_2013_2.platform.webservices.netsuiteurn:core_2013_2.platform.webservices.netsuite.comSearchColumnMultiSelectCustomField

customLabel - SOAP::SOAPString
searchValue - ActiveNetsuite::ListOrRecordRef
xmlattr_internalId - SOAP::SOAPString
xmlattr_scriptId - SOAP::SOAPString

Constant Summary collapse

AttrInternalId =
XSD::QName.new(nil, "internalId")
AttrScriptId =
XSD::QName.new(nil, "scriptId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customLabel = nil, searchValue = []) ⇒ SearchColumnMultiSelectCustomField

Returns a new instance of SearchColumnMultiSelectCustomField.



47874
47875
47876
47877
47878
# File 'lib/activenetsuite/soap/default.rb', line 47874

def initialize(customLabel = nil, searchValue = [])
  @customLabel = customLabel
  @searchValue = searchValue
  @__xmlattr = {}
end

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47851
47852
47853
# File 'lib/activenetsuite/soap/default.rb', line 47851

def customLabel
  @customLabel
end

#searchValueObject

Returns the value of attribute searchValue.



47852
47853
47854
# File 'lib/activenetsuite/soap/default.rb', line 47852

def searchValue
  @searchValue
end

Instance Method Details

#__xmlattrObject



47854
47855
47856
# File 'lib/activenetsuite/soap/default.rb', line 47854

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



47858
47859
47860
# File 'lib/activenetsuite/soap/default.rb', line 47858

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



47862
47863
47864
# File 'lib/activenetsuite/soap/default.rb', line 47862

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end

#xmlattr_scriptIdObject



47866
47867
47868
# File 'lib/activenetsuite/soap/default.rb', line 47866

def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end

#xmlattr_scriptId=(value) ⇒ Object



47870
47871
47872
# File 'lib/activenetsuite/soap/default.rb', line 47870

def xmlattr_scriptId=(value)
  __xmlattr[AttrScriptId] = value
end