File: Customer10.java

package info (click to toggle)
libjibx1.2-java 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,260 kB
  • sloc: java: 75,013; xml: 14,068; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package simple;

public class Customer10 {
    public Identity10 identity;
    public Identity10 identity1;
    public Identity10 identity2;
    public Identity10 identity3;
    public String street;
    public String city;
    public String state;
    public Integer zip;
    public String phone;
    public Marker marker;
    
    public static class Marker {}
}