Class: ActiveNetsuite::SearchColumnLongCustomField

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.comSearchColumnLongCustomField

customLabel - SOAP::SOAPString
searchValue - SOAP::SOAPLong
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 = nil) ⇒ SearchColumnLongCustomField

Returns a new instance of SearchColumnLongCustomField.



47679
47680
47681
47682
47683
# File 'lib/activenetsuite/soap/default.rb', line 47679

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

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47656
47657
47658
# File 'lib/activenetsuite/soap/default.rb', line 47656

def customLabel
  @customLabel
end

#searchValueObject

Returns the value of attribute searchValue.



47657
47658
47659
# File 'lib/activenetsuite/soap/default.rb', line 47657

def searchValue
  @searchValue
end

Instance Method Details

#__xmlattrObject



47659
47660
47661
# File 'lib/activenetsuite/soap/default.rb', line 47659

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



47663
47664
47665
# File 'lib/activenetsuite/soap/default.rb', line 47663

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



47667
47668
47669
# File 'lib/activenetsuite/soap/default.rb', line 47667

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

#xmlattr_scriptIdObject



47671
47672
47673
# File 'lib/activenetsuite/soap/default.rb', line 47671

def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end

#xmlattr_scriptId=(value) ⇒ Object



47675
47676
47677
# File 'lib/activenetsuite/soap/default.rb', line 47675

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