Class: CrvApiClient::Api::Reproduction::BinaryObjectType

Inherits:
String
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

urn:un:unece:uncefact:data:standard:UnqualifiedDataType:13BinaryObjectType

xmlattr_format - SOAP::SOAPString
xmlattr_mimeCode - SOAP::SOAPToken
xmlattr_encodingCode - SOAP::SOAPToken
xmlattr_characterSetCode - SOAP::SOAPToken
xmlattr_uri - SOAP::SOAPAnyURI
xmlattr_filename - SOAP::SOAPString

Constant Summary collapse

AttrCharacterSetCode =
XSD::QName.new(nil, "characterSetCode")
AttrEncodingCode =
XSD::QName.new(nil, "encodingCode")
AttrFilename =
XSD::QName.new(nil, "filename")
AttrFormat =
XSD::QName.new(nil, "format")
AttrMimeCode =
XSD::QName.new(nil, "mimeCode")
AttrUri =
XSD::QName.new(nil, "uri")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ BinaryObjectType

Returns a new instance of BinaryObjectType.



3575
3576
3577
3578
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3575

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



3523
3524
3525
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3523

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_characterSetCodeObject



3551
3552
3553
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3551

def xmlattr_characterSetCode
  __xmlattr[AttrCharacterSetCode]
end

#xmlattr_characterSetCode=(value) ⇒ Object



3555
3556
3557
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3555

def xmlattr_characterSetCode=(value)
  __xmlattr[AttrCharacterSetCode] = value
end

#xmlattr_encodingCodeObject



3543
3544
3545
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3543

def xmlattr_encodingCode
  __xmlattr[AttrEncodingCode]
end

#xmlattr_encodingCode=(value) ⇒ Object



3547
3548
3549
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3547

def xmlattr_encodingCode=(value)
  __xmlattr[AttrEncodingCode] = value
end

#xmlattr_filenameObject



3567
3568
3569
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3567

def xmlattr_filename
  __xmlattr[AttrFilename]
end

#xmlattr_filename=(value) ⇒ Object



3571
3572
3573
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3571

def xmlattr_filename=(value)
  __xmlattr[AttrFilename] = value
end

#xmlattr_formatObject



3527
3528
3529
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3527

def xmlattr_format
  __xmlattr[AttrFormat]
end

#xmlattr_format=(value) ⇒ Object



3531
3532
3533
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3531

def xmlattr_format=(value)
  __xmlattr[AttrFormat] = value
end

#xmlattr_mimeCodeObject



3535
3536
3537
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3535

def xmlattr_mimeCode
  __xmlattr[AttrMimeCode]
end

#xmlattr_mimeCode=(value) ⇒ Object



3539
3540
3541
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3539

def xmlattr_mimeCode=(value)
  __xmlattr[AttrMimeCode] = value
end

#xmlattr_uriObject



3559
3560
3561
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3559

def xmlattr_uri
  __xmlattr[AttrUri]
end

#xmlattr_uri=(value) ⇒ Object



3563
3564
3565
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 3563

def xmlattr_uri=(value)
  __xmlattr[AttrUri] = value
end