• Roger Vandewater
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I'm having trouble assigning vlues to a list on integers defined in an inner class. I'm trying to assign the value 243 to ArrayOfInt.int_x.

public class wsCsmtpNet201406 {

    public class ArrayOfInt {
        public Integer[] int_x;
        private String[] int_x_type_info = new String[]{'int','https://ws.xxxx.net/2014/06',null,'0','-1','false'};
        private String[] apex_schema_type_info = new String[]{'https://ws.xxxx.net/2014/06','true','false'};
        private String[] field_order_type_info = new String[]{'int_x'};
    }
}
I'm having trouble assigning vlues to a list on integers defined in an inner class. I'm trying to assign the value 243 to ArrayOfInt.int_x.

public class wsCsmtpNet201406 {

    public class ArrayOfInt {
        public Integer[] int_x;
        private String[] int_x_type_info = new String[]{'int','https://ws.xxxx.net/2014/06',null,'0','-1','false'};
        private String[] apex_schema_type_info = new String[]{'https://ws.xxxx.net/2014/06','true','false'};
        private String[] field_order_type_info = new String[]{'int_x'};
    }
}
I'm having trouble assigning vlues to a list on integers defined in an inner class. I'm trying to assign the value 243 to ArrayOfInt.int_x.

public class wsCsmtpNet201406 {

    public class ArrayOfInt {
        public Integer[] int_x;
        private String[] int_x_type_info = new String[]{'int','https://ws.xxxx.net/2014/06',null,'0','-1','false'};
        private String[] apex_schema_type_info = new String[]{'https://ws.xxxx.net/2014/06','true','false'};
        private String[] field_order_type_info = new String[]{'int_x'};
    }
}