require 'xsd/qname' # {http://tempuri.org/}AccessKeyResponse # accessKey - SOAP::SOAPString # errorCode - SOAP::SOAPString # errorMessage - SOAP::SOAPString class AccessKeyResponse attr_accessor :accessKey attr_accessor :errorCode attr_accessor :errorMessage def initialize(accessKey = nil, errorCode = nil, errorMessage = nil) @accessKey = accessKey @errorCode = errorCode @errorMessage = errorMessage end end # {http://tempuri.org/}AccessKeyRequest # userName - SOAP::SOAPString # password - SOAP::SOAPString # companyZipCode - SOAP::SOAPString # companyCityName - SOAP::SOAPString class AccessKeyRequest attr_accessor :userName attr_accessor :password attr_accessor :companyZipCode attr_accessor :companyCityName def initialize(userName = nil, password = nil, companyZipCode = nil, companyCityName = nil) @userName = userName @password = password @companyZipCode = companyZipCode @companyCityName = companyCityName end end # {http://tempuri.org/}G4SIAuthentication # username - SOAP::SOAPString # password - SOAP::SOAPString # accessKey - SOAP::SOAPString class G4SIAuthentication attr_accessor :username attr_accessor :password attr_accessor :accessKey def initialize(username = nil, password = nil, accessKey = nil) @username = username @password = password @accessKey = accessKey end end # {http://tempuri.org/}IPSResponse # result - ArrayOfAnyType # errors - IPSErrors class IPSResponse attr_accessor :result attr_accessor :errors def initialize(result = nil, errors = nil) @result = result @errors = errors end end # {http://tempuri.org/}ArrayOfAnyType class ArrayOfAnyType < ::Array end # {http://tempuri.org/}IPSErrors # errorCode - SOAP::SOAPString # errorDescription - SOAP::SOAPString # status - SOAP::SOAPBoolean # innerException - SOAP::SOAPString class IPSErrors attr_accessor :errorCode attr_accessor :errorDescription attr_accessor :status attr_accessor :innerException def initialize(errorCode = nil, errorDescription = nil, status = nil, innerException = nil) @errorCode = errorCode @errorDescription = errorDescription @status = status @innerException = innerException end end # {http://tempuri.org/}Countries # countryCode - SOAP::SOAPString # countryName - SOAP::SOAPString class Countries attr_accessor :countryCode attr_accessor :countryName def initialize(countryCode = nil, countryName = nil) @countryCode = countryCode @countryName = countryName end end # {http://tempuri.org/}GenerateAccessKey class GenerateAccessKey def initialize end end # {http://tempuri.org/}GenerateAccessKeyResponse # generateAccessKeyResult - AccessKeyResponse class GenerateAccessKeyResponse attr_accessor :generateAccessKeyResult def initialize(generateAccessKeyResult = nil) @generateAccessKeyResult = generateAccessKeyResult end end # {http://tempuri.org/}GetNewManifestNumber class GetNewManifestNumber def initialize end end # {http://tempuri.org/}GetNewManifestNumberResponse # getNewManifestNumberResult - SOAP::SOAPBase64 class GetNewManifestNumberResponse attr_accessor :getNewManifestNumberResult def initialize(getNewManifestNumberResult = nil) @getNewManifestNumberResult = getNewManifestNumberResult end end # {http://tempuri.org/}GetReferenceNumber # custAcctNumber - SOAP::SOAPBase64 # declaredValue - SOAP::SOAPBase64 # manifestNumber - SOAP::SOAPBase64 class GetReferenceNumber attr_accessor :custAcctNumber attr_accessor :declaredValue attr_accessor :manifestNumber def initialize(custAcctNumber = nil, declaredValue = nil, manifestNumber = nil) @custAcctNumber = custAcctNumber @declaredValue = declaredValue @manifestNumber = manifestNumber end end # {http://tempuri.org/}GetReferenceNumberResponse # getReferenceNumberResult - SOAP::SOAPBase64 class GetReferenceNumberResponse attr_accessor :getReferenceNumberResult def initialize(getReferenceNumberResult = nil) @getReferenceNumberResult = getReferenceNumberResult end end # {http://tempuri.org/}GetG4SIPickupLocationList class GetG4SIPickupLocationList def initialize end end # {http://tempuri.org/}GetG4SIPickupLocationListResponse # getG4SIPickupLocationListResult - SOAP::SOAPBase64 class GetG4SIPickupLocationListResponse attr_accessor :getG4SIPickupLocationListResult def initialize(getG4SIPickupLocationListResult = nil) @getG4SIPickupLocationListResult = getG4SIPickupLocationListResult end end # {http://tempuri.org/}GetG4SICODCollectTypeList class GetG4SICODCollectTypeList def initialize end end # {http://tempuri.org/}GetG4SICODCollectTypeListResponse # getG4SICODCollectTypeListResult - SOAP::SOAPBase64 class GetG4SICODCollectTypeListResponse attr_accessor :getG4SICODCollectTypeListResult def initialize(getG4SICODCollectTypeListResult = nil) @getG4SICODCollectTypeListResult = getG4SICODCollectTypeListResult end end # {http://tempuri.org/}GetG4SICurrencies class GetG4SICurrencies def initialize end end # {http://tempuri.org/}GetG4SICurrenciesResponse # getG4SICurrenciesResult - SOAP::SOAPBase64 class GetG4SICurrenciesResponse attr_accessor :getG4SICurrenciesResult def initialize(getG4SICurrenciesResult = nil) @getG4SICurrenciesResult = getG4SICurrenciesResult end end # {http://tempuri.org/}CompressedBytesToString # compressedBytes - SOAP::SOAPBase64 class CompressedBytesToString attr_accessor :compressedBytes def initialize(compressedBytes = nil) @compressedBytes = compressedBytes end end # {http://tempuri.org/}CompressedBytesToStringResponse # compressedBytesToStringResult - SOAP::SOAPString class CompressedBytesToStringResponse attr_accessor :compressedBytesToStringResult def initialize(compressedBytesToStringResult = nil) @compressedBytesToStringResult = compressedBytesToStringResult end end # {http://tempuri.org/}StringToCompressedBytes # inputString - SOAP::SOAPString class StringToCompressedBytes attr_accessor :inputString def initialize(inputString = nil) @inputString = inputString end end # {http://tempuri.org/}StringToCompressedBytesResponse # stringToCompressedBytesResult - SOAP::SOAPBase64 class StringToCompressedBytesResponse attr_accessor :stringToCompressedBytesResult def initialize(stringToCompressedBytesResult = nil) @stringToCompressedBytesResult = stringToCompressedBytesResult end end # {http://tempuri.org/}Login class Login def initialize end end # {http://tempuri.org/}LoginResponse # loginResult - SOAP::SOAPBase64 class LoginResponse attr_accessor :loginResult def initialize(loginResult = nil) @loginResult = loginResult end end # {http://tempuri.org/}GetAllCountries class GetAllCountries def initialize end end # {http://tempuri.org/}GetAllCountriesResponse # getAllCountriesResult - IPSResponse class GetAllCountriesResponse attr_accessor :getAllCountriesResult def initialize(getAllCountriesResult = nil) @getAllCountriesResult = getAllCountriesResult end end # {http://tempuri.org/}GetServiceLevelsByZip # receiverZipCode - SOAP::SOAPBase64 # receiverCountryCode - SOAP::SOAPBase64 # currency - SOAP::SOAPBase64 # originCountryCode - SOAP::SOAPBase64 class GetServiceLevelsByZip attr_accessor :receiverZipCode attr_accessor :receiverCountryCode attr_accessor :currency attr_accessor :originCountryCode def initialize(receiverZipCode = nil, receiverCountryCode = nil, currency = nil, originCountryCode = nil) @receiverZipCode = receiverZipCode @receiverCountryCode = receiverCountryCode @currency = currency @originCountryCode = originCountryCode end end # {http://tempuri.org/}GetServiceLevelsByZipResponse # getServiceLevelsByZipResult - SOAP::SOAPBase64 class GetServiceLevelsByZipResponse attr_accessor :getServiceLevelsByZipResult def initialize(getServiceLevelsByZipResult = nil) @getServiceLevelsByZipResult = getServiceLevelsByZipResult end end # {http://tempuri.org/}GetSrvcLvls class GetSrvcLvls def initialize end end # {http://tempuri.org/}GetSrvcLvlsResponse # getSrvcLvlsResult - SOAP::SOAPBase64 class GetSrvcLvlsResponse attr_accessor :getSrvcLvlsResult def initialize(getSrvcLvlsResult = nil) @getSrvcLvlsResult = getSrvcLvlsResult end end # {http://tempuri.org/}GetSrvcLvlByShipersCountryAndZip # countryCode - SOAP::SOAPBase64 class GetSrvcLvlByShipersCountryAndZip attr_accessor :countryCode def initialize(countryCode = nil) @countryCode = countryCode end end # {http://tempuri.org/}GetSrvcLvlByShipersCountryAndZipResponse # getSrvcLvlByShipersCountryAndZipResult - SOAP::SOAPBase64 class GetSrvcLvlByShipersCountryAndZipResponse attr_accessor :getSrvcLvlByShipersCountryAndZipResult def initialize(getSrvcLvlByShipersCountryAndZipResult = nil) @getSrvcLvlByShipersCountryAndZipResult = getSrvcLvlByShipersCountryAndZipResult end end # {http://tempuri.org/}GetCarriersList class GetCarriersList def initialize end end # {http://tempuri.org/}GetCarriersListResponse # getCarriersListResult - SOAP::SOAPBase64 class GetCarriersListResponse attr_accessor :getCarriersListResult def initialize(getCarriersListResult = nil) @getCarriersListResult = getCarriersListResult end end # {http://tempuri.org/}GetPackageTypes class GetPackageTypes def initialize end end # {http://tempuri.org/}GetPackageTypesResponse # getPackageTypesResult - SOAP::SOAPBase64 class GetPackageTypesResponse attr_accessor :getPackageTypesResult def initialize(getPackageTypesResult = nil) @getPackageTypesResult = getPackageTypesResult end end # {http://tempuri.org/}GetStatesByCountry # countryCode - SOAP::SOAPBase64 class GetStatesByCountry attr_accessor :countryCode def initialize(countryCode = nil) @countryCode = countryCode end end # {http://tempuri.org/}GetStatesByCountryResponse # getStatesByCountryResult - SOAP::SOAPBase64 class GetStatesByCountryResponse attr_accessor :getStatesByCountryResult def initialize(getStatesByCountryResult = nil) @getStatesByCountryResult = getStatesByCountryResult end end # {http://tempuri.org/}GetDimensions class GetDimensions def initialize end end # {http://tempuri.org/}GetDimensionsResponse # getDimensionsResult - SOAP::SOAPBase64 class GetDimensionsResponse attr_accessor :getDimensionsResult def initialize(getDimensionsResult = nil) @getDimensionsResult = getDimensionsResult end end # {http://tempuri.org/}GetHarmonizedCodes_CountryFrom # countryCode - SOAP::SOAPBase64 class GetHarmonizedCodes_CountryFrom attr_accessor :countryCode def initialize(countryCode = nil) @countryCode = countryCode end end # {http://tempuri.org/}GetHarmonizedCodes_CountryFromResponse # getHarmonizedCodes_CountryFromResult - SOAP::SOAPBase64 class GetHarmonizedCodes_CountryFromResponse attr_accessor :getHarmonizedCodes_CountryFromResult def initialize(getHarmonizedCodes_CountryFromResult = nil) @getHarmonizedCodes_CountryFromResult = getHarmonizedCodes_CountryFromResult end end # {http://tempuri.org/}GetHarmonizedCodes_CountryFrom_CountryTo # countryFromCode - SOAP::SOAPBase64 # countryToCode - SOAP::SOAPBase64 class GetHarmonizedCodes_CountryFrom_CountryTo attr_accessor :countryFromCode attr_accessor :countryToCode def initialize(countryFromCode = nil, countryToCode = nil) @countryFromCode = countryFromCode @countryToCode = countryToCode end end # {http://tempuri.org/}GetHarmonizedCodes_CountryFrom_CountryToResponse # getHarmonizedCodes_CountryFrom_CountryToResult - SOAP::SOAPBase64 class GetHarmonizedCodes_CountryFrom_CountryToResponse attr_accessor :getHarmonizedCodes_CountryFrom_CountryToResult def initialize(getHarmonizedCodes_CountryFrom_CountryToResult = nil) @getHarmonizedCodes_CountryFrom_CountryToResult = getHarmonizedCodes_CountryFrom_CountryToResult end end # {http://tempuri.org/}GetCommodityMeasurmentsPerCarrier # carrierName - SOAP::SOAPString class GetCommodityMeasurmentsPerCarrier attr_accessor :carrierName def initialize(carrierName = nil) @carrierName = carrierName end end # {http://tempuri.org/}GetCommodityMeasurmentsPerCarrierResponse # getCommodityMeasurmentsPerCarrierResult - SOAP::SOAPBase64 class GetCommodityMeasurmentsPerCarrierResponse attr_accessor :getCommodityMeasurmentsPerCarrierResult def initialize(getCommodityMeasurmentsPerCarrierResult = nil) @getCommodityMeasurmentsPerCarrierResult = getCommodityMeasurmentsPerCarrierResult end end # {http://tempuri.org/}GetCarrierAcctInfo # carrierName - SOAP::SOAPBase64 # userInfoXML - SOAP::SOAPBase64 # billFreightTo - SOAP::SOAPBase64 class GetCarrierAcctInfo attr_accessor :carrierName attr_accessor :userInfoXML attr_accessor :billFreightTo def initialize(carrierName = nil, userInfoXML = nil, billFreightTo = nil) @carrierName = carrierName @userInfoXML = userInfoXML @billFreightTo = billFreightTo end end # {http://tempuri.org/}GetCarrierAcctInfoResponse # getCarrierAcctInfoResult - SOAP::SOAPBase64 class GetCarrierAcctInfoResponse attr_accessor :getCarrierAcctInfoResult def initialize(getCarrierAcctInfoResult = nil) @getCarrierAcctInfoResult = getCarrierAcctInfoResult end end # {http://tempuri.org/}GetUserInfo class GetUserInfo def initialize end end # {http://tempuri.org/}GetUserInfoResponse # getUserInfoResult - SOAP::SOAPBase64 class GetUserInfoResponse attr_accessor :getUserInfoResult def initialize(getUserInfoResult = nil) @getUserInfoResult = getUserInfoResult end end