Created
September 29, 2016 20:09
-
-
Save FishOfPrey/b7ddffc45a6193194a40a8052bbd5d78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Generated by FuseIT WSDL2Apex (http://www.fuseit.com/Solutions/SFDC-Explorer/Help-WSDL-Parser.aspx) | |
public class ebayApisCorecomponenttypes { | |
//Warning: Simple Content Types with Attributes are not supported by WebServiceCallout.invoke | |
public class AmountType { | |
public Double input; | |
private String[] input_type_info = new String[]{'input','http://www.w3.org/2001/XMLSchema','double','1','1','false'}; | |
public String currencyID; | |
public String[] currencyID_att_info = new String[]{'currencyID'}; | |
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:CoreComponentTypes','true','false'}; | |
private String[] field_order_type_info = new String[]{}; | |
} | |
//Warning: Simple Content Types with Attributes are not supported by WebServiceCallout.invoke | |
public class BasicAmountType { | |
public String input; | |
private String[] input_type_info = new String[]{'input','http://www.w3.org/2001/XMLSchema','string','1','1','false'}; | |
public String currencyID; | |
public String[] currencyID_att_info = new String[]{'currencyID'}; | |
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:CoreComponentTypes','true','false'}; | |
private String[] field_order_type_info = new String[]{}; | |
} | |
//Warning: Simple Content Types with Attributes are not supported by WebServiceCallout.invoke | |
public class MeasureType { | |
public Double input; | |
private String[] input_type_info = new String[]{'input','http://www.w3.org/2001/XMLSchema','double','1','1','false'}; | |
public String unit; | |
public String[] unit_att_info = new String[]{'unit'}; | |
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:CoreComponentTypes','true','false'}; | |
private String[] field_order_type_info = new String[]{}; | |
} | |
//Warning: Simple Content Types with Attributes are not supported by WebServiceCallout.invoke | |
public class QuantityType { | |
public Double input; | |
private String[] input_type_info = new String[]{'input','http://www.w3.org/2001/XMLSchema','double','1','1','false'}; | |
public String unit; | |
public String[] unit_att_info = new String[]{'unit'}; | |
private String[] apex_schema_type_info = new String[]{'urn:ebay:apis:CoreComponentTypes','true','false'}; | |
private String[] field_order_type_info = new String[]{}; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment