class CrvApiClient::Api::Reproduction::CodeType
{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:13}CodeType
xmlattr_listID - SOAP::SOAPToken xmlattr_listAgencyID - SOAP::SOAPToken xmlattr_listAgencyName - SOAP::SOAPString xmlattr_listName - SOAP::SOAPString xmlattr_listVersionID - SOAP::SOAPToken xmlattr_name - SOAP::SOAPString xmlattr_languageID - SOAP::SOAPLanguage xmlattr_listURI - SOAP::SOAPAnyURI xmlattr_listSchemeURI - SOAP::SOAPAnyURI
Constants
- AttrLanguageID
- AttrListAgencyID
- AttrListAgencyName
- AttrListID
- AttrListName
- AttrListSchemeURI
- AttrListURI
- AttrListVersionID
- AttrName
Public Class Methods
new(*arg)
click to toggle source
Calls superclass method
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3930 def initialize(*arg) super @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3854 def __xmlattr @__xmlattr ||= {} end
xmlattr_languageID()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3906 def xmlattr_languageID __xmlattr[AttrLanguageID] end
xmlattr_languageID=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3910 def xmlattr_languageID=(value) __xmlattr[AttrLanguageID] = value end
xmlattr_listAgencyID()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3866 def xmlattr_listAgencyID __xmlattr[AttrListAgencyID] end
xmlattr_listAgencyID=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3870 def xmlattr_listAgencyID=(value) __xmlattr[AttrListAgencyID] = value end
xmlattr_listAgencyName()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3874 def xmlattr_listAgencyName __xmlattr[AttrListAgencyName] end
xmlattr_listAgencyName=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3878 def xmlattr_listAgencyName=(value) __xmlattr[AttrListAgencyName] = value end
xmlattr_listID()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3858 def xmlattr_listID __xmlattr[AttrListID] end
xmlattr_listID=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3862 def xmlattr_listID=(value) __xmlattr[AttrListID] = value end
xmlattr_listName()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3882 def xmlattr_listName __xmlattr[AttrListName] end
xmlattr_listName=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3886 def xmlattr_listName=(value) __xmlattr[AttrListName] = value end
xmlattr_listSchemeURI()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3922 def xmlattr_listSchemeURI __xmlattr[AttrListSchemeURI] end
xmlattr_listSchemeURI=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3926 def xmlattr_listSchemeURI=(value) __xmlattr[AttrListSchemeURI] = value end
xmlattr_listURI()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3914 def xmlattr_listURI __xmlattr[AttrListURI] end
xmlattr_listURI=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3918 def xmlattr_listURI=(value) __xmlattr[AttrListURI] = value end
xmlattr_listVersionID()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3890 def xmlattr_listVersionID __xmlattr[AttrListVersionID] end
xmlattr_listVersionID=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3894 def xmlattr_listVersionID=(value) __xmlattr[AttrListVersionID] = value end
xmlattr_name()
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3898 def xmlattr_name __xmlattr[AttrName] end
xmlattr_name=(value)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3902 def xmlattr_name=(value) __xmlattr[AttrName] = value end