Skip to content

Instantly share code, notes, and snippets.

@FishOfPrey
Created September 29, 2016 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FishOfPrey/b7ddffc45a6193194a40a8052bbd5d78 to your computer and use it in GitHub Desktop.
Save FishOfPrey/b7ddffc45a6193194a40a8052bbd5d78 to your computer and use it in GitHub Desktop.
//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