File: BEID_EId.java

package info (click to toggle)
beid 3.5.2.dfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 147,240 kB
  • ctags: 34,507
  • sloc: cpp: 149,944; ansic: 41,577; java: 8,927; cs: 6,528; sh: 2,426; perl: 1,866; xml: 805; python: 463; makefile: 263; lex: 92
file content (170 lines) | stat: -rw-r--r-- 6,071 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 1.3.35
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package be.belgium.eid;

/******************************************************************************//**
  * Class for the id document on a EID Card
  * \see BEID_EIDCard.getID() BEID_EIDCard.getDocument()
  *********************************************************************************/
public class BEID_EId extends BEID_XMLDoc {
  private long swigCPtr;

  protected BEID_EId(long cPtr, boolean cMemoryOwn) {
    super(beidlibJava_WrapperJNI.SWIGBEID_EIdUpcast(cPtr), cMemoryOwn);
    swigCPtr = cPtr;
  }

  protected static long getCPtr(BEID_EId obj) {
    return (obj == null) ? 0 : obj.swigCPtr;
  }

  protected void finalize() {
    delete();
  }

  public synchronized void delete() {
    if(swigCPtr != 0 && swigCMemOwn) {
      swigCMemOwn = false;
      beidlibJava_WrapperJNI.delete_BEID_EId(swigCPtr);
    }
    swigCPtr = 0;
    super.delete();
  }

	/** Get the document version field */
  public String getDocumentVersion() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getDocumentVersion(swigCPtr, this);
  }

	/** Get the document type field */
  public String getDocumentType() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getDocumentType(swigCPtr, this);
  }

	/** Get all first names */
  public String getFirstName() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getFirstName(swigCPtr, this);
  }

	/** Get the first name part 1 (contains 2 first names) */
  public String getFirstName1() {
    return beidlibJava_WrapperJNI.BEID_EId_getFirstName1(swigCPtr, this);
  }

	/** Get the first name part 2 (first letter of the 3rd given name) */
  public String getFirstName2() {
    return beidlibJava_WrapperJNI.BEID_EId_getFirstName2(swigCPtr, this);
  }

	/** Get the surname field */
  public String getSurname() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getSurname(swigCPtr, this);
  }

	/** Get the gender field */
  public String getGender() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getGender(swigCPtr, this);
  }

	/** Get the gate of birth field */
  public String getDateOfBirth() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getDateOfBirth(swigCPtr, this);
  }

	/** Get the location of birth field */
  public String getLocationOfBirth() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getLocationOfBirth(swigCPtr, this);
  }

	/** Get the nobility field */
  public String getNobility() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getNobility(swigCPtr, this);
  }

	/** Get the nationality field */
  public String getNationality() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getNationality(swigCPtr, this);
  }

	/** Get the national number field */
  public String getNationalNumber() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getNationalNumber(swigCPtr, this);
  }

	/** Get the duplicata field */
  public String getDuplicata() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getDuplicata(swigCPtr, this);
  }

	/** Get the special organization field */
  public String getSpecialOrganization() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getSpecialOrganization(swigCPtr, this);
  }

	/** Get the member of family field */
  public String getMemberOfFamily() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getMemberOfFamily(swigCPtr, this);
  }

	/** Get the logical number field */
  public String getLogicalNumber() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getLogicalNumber(swigCPtr, this);
  }

	/** Get the chip number field */
  public String getChipNumber() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getChipNumber(swigCPtr, this);
  }

	/** Get the validity begin date field */
  public String getValidityBeginDate() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getValidityBeginDate(swigCPtr, this);
  }

	/** Get the validity end date field */
  public String getValidityEndDate() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getValidityEndDate(swigCPtr, this);
  }

	/** Get the issuing municipality field */
  public String getIssuingMunicipality() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getIssuingMunicipality(swigCPtr, this);
  }

	/** Get the address version field */
  public String getAddressVersion() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getAddressVersion(swigCPtr, this);
  }

	/** Get the street field */
  public String getStreet() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getStreet(swigCPtr, this);
  }

	/** Get the zip code field */
  public String getZipCode() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getZipCode(swigCPtr, this);
  }

	/** Get the municipality field */
  public String getMunicipality() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getMunicipality(swigCPtr, this);
  }

	/** Get the country field */
  public String getCountry() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getCountry(swigCPtr, this);
  }

	/** Get the special status field */
  public String getSpecialStatus() throws java.lang.Exception {
    return beidlibJava_WrapperJNI.BEID_EId_getSpecialStatus(swigCPtr, this);
  }

}