~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to java/Samlp2NameIDMappingRequest.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.28
 
3
 * Version 1.3.31
4
4
 *
5
5
 * Do not make changes to this file unless you know what you are doing--modify
6
6
 * the SWIG interface file instead.
26
26
}
27
27
 
28
28
  public void setBaseID(Saml2BaseIDAbstract value) {
29
 
    lassoJNI.Samlp2NameIDMappingRequest_baseID_set(swigCPtr, Saml2BaseIDAbstract.getCPtr(value));
 
29
    lassoJNI.Samlp2NameIDMappingRequest_baseID_set(swigCPtr, this, Saml2BaseIDAbstract.getCPtr(value), value);
30
30
  }
31
31
 
32
32
  public Saml2BaseIDAbstract getBaseID() {
33
 
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_baseID_get(swigCPtr);
 
33
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_baseID_get(swigCPtr, this);
34
34
    return (cPtr == 0) ? null : new Saml2BaseIDAbstract(cPtr, false);
35
35
  }
36
36
 
37
37
  public void setNameID(Saml2NameID value) {
38
 
    lassoJNI.Samlp2NameIDMappingRequest_nameID_set(swigCPtr, Saml2NameID.getCPtr(value));
 
38
    lassoJNI.Samlp2NameIDMappingRequest_nameID_set(swigCPtr, this, Saml2NameID.getCPtr(value), value);
39
39
  }
40
40
 
41
41
  public Saml2NameID getNameID() {
42
 
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_nameID_get(swigCPtr);
 
42
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_nameID_get(swigCPtr, this);
43
43
    return (cPtr == 0) ? null : new Saml2NameID(cPtr, false);
44
44
  }
45
45
 
46
46
  public void setEncryptedID(Saml2EncryptedElement value) {
47
 
    lassoJNI.Samlp2NameIDMappingRequest_encryptedID_set(swigCPtr, Saml2EncryptedElement.getCPtr(value));
 
47
    lassoJNI.Samlp2NameIDMappingRequest_encryptedID_set(swigCPtr, this, Saml2EncryptedElement.getCPtr(value), value);
48
48
  }
49
49
 
50
50
  public Saml2EncryptedElement getEncryptedID() {
51
 
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_encryptedID_get(swigCPtr);
 
51
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_encryptedID_get(swigCPtr, this);
52
52
    return (cPtr == 0) ? null : new Saml2EncryptedElement(cPtr, false);
53
53
  }
54
54
 
55
55
  public void setNameIDPolicy(Samlp2NameIDPolicy value) {
56
 
    lassoJNI.Samlp2NameIDMappingRequest_nameIDPolicy_set(swigCPtr, Samlp2NameIDPolicy.getCPtr(value));
 
56
    lassoJNI.Samlp2NameIDMappingRequest_nameIDPolicy_set(swigCPtr, this, Samlp2NameIDPolicy.getCPtr(value), value);
57
57
  }
58
58
 
59
59
  public Samlp2NameIDPolicy getNameIDPolicy() {
60
 
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_nameIDPolicy_get(swigCPtr);
 
60
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_nameIDPolicy_get(swigCPtr, this);
61
61
    return (cPtr == 0) ? null : new Samlp2NameIDPolicy(cPtr, false);
62
62
  }
63
63
 
64
64
  public void setIssuer(Saml2NameID value) {
65
 
    lassoJNI.Samlp2NameIDMappingRequest_issuer_set(swigCPtr, Saml2NameID.getCPtr(value));
 
65
    lassoJNI.Samlp2NameIDMappingRequest_issuer_set(swigCPtr, this, Saml2NameID.getCPtr(value), value);
66
66
  }
67
67
 
68
68
  public Saml2NameID getIssuer() {
69
 
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_issuer_get(swigCPtr);
 
69
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_issuer_get(swigCPtr, this);
70
70
    return (cPtr == 0) ? null : new Saml2NameID(cPtr, false);
71
71
  }
72
72
 
73
73
  public void setExtensions(Samlp2Extensions value) {
74
 
    lassoJNI.Samlp2NameIDMappingRequest_Extensions_set(swigCPtr, Samlp2Extensions.getCPtr(value));
 
74
    lassoJNI.Samlp2NameIDMappingRequest_extensions_set(swigCPtr, this, Samlp2Extensions.getCPtr(value), value);
75
75
  }
76
76
 
77
77
  public Samlp2Extensions getExtensions() {
78
 
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_Extensions_get(swigCPtr);
 
78
    long cPtr = lassoJNI.Samlp2NameIDMappingRequest_extensions_get(swigCPtr, this);
79
79
    return (cPtr == 0) ? null : new Samlp2Extensions(cPtr, false);
80
80
  }
81
81
 
82
82
  public void setID(String value) {
83
 
    lassoJNI.Samlp2NameIDMappingRequest_ID_set(swigCPtr, value);
 
83
    lassoJNI.Samlp2NameIDMappingRequest_iD_set(swigCPtr, this, value);
84
84
  }
85
85
 
86
86
  public String getID() {
87
 
    return lassoJNI.Samlp2NameIDMappingRequest_ID_get(swigCPtr);
 
87
    return lassoJNI.Samlp2NameIDMappingRequest_iD_get(swigCPtr, this);
88
88
  }
89
89
 
90
90
  public void setVersion(String value) {
91
 
    lassoJNI.Samlp2NameIDMappingRequest_Version_set(swigCPtr, value);
 
91
    lassoJNI.Samlp2NameIDMappingRequest_version_set(swigCPtr, this, value);
92
92
  }
93
93
 
94
94
  public String getVersion() {
95
 
    return lassoJNI.Samlp2NameIDMappingRequest_Version_get(swigCPtr);
 
95
    return lassoJNI.Samlp2NameIDMappingRequest_version_get(swigCPtr, this);
96
96
  }
97
97
 
98
98
  public void setIssueInstant(String value) {
99
 
    lassoJNI.Samlp2NameIDMappingRequest_issueInstant_set(swigCPtr, value);
 
99
    lassoJNI.Samlp2NameIDMappingRequest_issueInstant_set(swigCPtr, this, value);
100
100
  }
101
101
 
102
102
  public String getIssueInstant() {
103
 
    return lassoJNI.Samlp2NameIDMappingRequest_issueInstant_get(swigCPtr);
 
103
    return lassoJNI.Samlp2NameIDMappingRequest_issueInstant_get(swigCPtr, this);
104
104
  }
105
105
 
106
106
  public void setDestination(String value) {
107
 
    lassoJNI.Samlp2NameIDMappingRequest_Destination_set(swigCPtr, value);
 
107
    lassoJNI.Samlp2NameIDMappingRequest_destination_set(swigCPtr, this, value);
108
108
  }
109
109
 
110
110
  public String getDestination() {
111
 
    return lassoJNI.Samlp2NameIDMappingRequest_Destination_get(swigCPtr);
 
111
    return lassoJNI.Samlp2NameIDMappingRequest_destination_get(swigCPtr, this);
112
112
  }
113
113
 
114
114
  public void setConsent(String value) {
115
 
    lassoJNI.Samlp2NameIDMappingRequest_Consent_set(swigCPtr, value);
 
115
    lassoJNI.Samlp2NameIDMappingRequest_consent_set(swigCPtr, this, value);
116
116
  }
117
117
 
118
118
  public String getConsent() {
119
 
    return lassoJNI.Samlp2NameIDMappingRequest_Consent_get(swigCPtr);
 
119
    return lassoJNI.Samlp2NameIDMappingRequest_consent_get(swigCPtr, this);
120
120
  }
121
121
 
122
122
  public Samlp2NameIDMappingRequest() {
124
124
  }
125
125
 
126
126
  public String dump() {
127
 
    return lassoJNI.Samlp2NameIDMappingRequest_dump(swigCPtr);
 
127
    return lassoJNI.Samlp2NameIDMappingRequest_dump(swigCPtr, this);
128
128
  }
129
129
 
130
130
}