Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <xsd:element name="CustomersNames" minOccurs="0" maxOccurs="unbounded" type="xsd:string"/>
  2.  
  3. <CustomersNames>--inpuhere--</CustomersNames>
  4.  
  5. <CustomersNames>Andrew</CustomersNames>
  6. <CustomersNames>Mohan</CustomersNames>
  7.  
  8. <!--Zero or more repetitions:-->
  9. <arg0>5401</arg0>
  10. <arg0>5401</arg0>
  11. <!--Zero or more repetitions:-->
  12. <arg1>0904</arg1>
  13. <arg1>0904</arg1>
  14. <!--Zero or more repetitions:-->
  15. <arg2>20150101</arg2>
  16. <arg2>20150101</arg2>
  17. <!--Zero or more repetitions:-->
  18. <arg3>20170101</arg3>
  19. <arg3>20170101</arg3>
  20.  
  21. public ArrayList<String> method (List<String> A,
  22. List<String> B,
  23. List<String> C,
  24. List<String> D) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement