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

« back to all changes in this revision

Viewing changes to java/Samlp2Response.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 setIssuer(Saml2NameID value) {
29
 
    lassoJNI.Samlp2Response_issuer_set(swigCPtr, Saml2NameID.getCPtr(value));
 
29
    lassoJNI.Samlp2Response_issuer_set(swigCPtr, this, Saml2NameID.getCPtr(value), value);
30
30
  }
31
31
 
32
32
  public Saml2NameID getIssuer() {
33
 
    long cPtr = lassoJNI.Samlp2Response_issuer_get(swigCPtr);
 
33
    long cPtr = lassoJNI.Samlp2Response_issuer_get(swigCPtr, this);
34
34
    return (cPtr == 0) ? null : new Saml2NameID(cPtr, false);
35
35
  }
36
36
 
37
37
  public void setExtensions(Samlp2Extensions value) {
38
 
    lassoJNI.Samlp2Response_Extensions_set(swigCPtr, Samlp2Extensions.getCPtr(value));
 
38
    lassoJNI.Samlp2Response_extensions_set(swigCPtr, this, Samlp2Extensions.getCPtr(value), value);
39
39
  }
40
40
 
41
41
  public Samlp2Extensions getExtensions() {
42
 
    long cPtr = lassoJNI.Samlp2Response_Extensions_get(swigCPtr);
 
42
    long cPtr = lassoJNI.Samlp2Response_extensions_get(swigCPtr, this);
43
43
    return (cPtr == 0) ? null : new Samlp2Extensions(cPtr, false);
44
44
  }
45
45
 
46
46
  public void setStatus(Samlp2Status value) {
47
 
    lassoJNI.Samlp2Response_Status_set(swigCPtr, Samlp2Status.getCPtr(value));
 
47
    lassoJNI.Samlp2Response_status_set(swigCPtr, this, Samlp2Status.getCPtr(value), value);
48
48
  }
49
49
 
50
50
  public Samlp2Status getStatus() {
51
 
    long cPtr = lassoJNI.Samlp2Response_Status_get(swigCPtr);
 
51
    long cPtr = lassoJNI.Samlp2Response_status_get(swigCPtr, this);
52
52
    return (cPtr == 0) ? null : new Samlp2Status(cPtr, false);
53
53
  }
54
54
 
55
55
  public void setID(String value) {
56
 
    lassoJNI.Samlp2Response_ID_set(swigCPtr, value);
 
56
    lassoJNI.Samlp2Response_iD_set(swigCPtr, this, value);
57
57
  }
58
58
 
59
59
  public String getID() {
60
 
    return lassoJNI.Samlp2Response_ID_get(swigCPtr);
 
60
    return lassoJNI.Samlp2Response_iD_get(swigCPtr, this);
61
61
  }
62
62
 
63
63
  public void setInResponseTo(String value) {
64
 
    lassoJNI.Samlp2Response_inResponseTo_set(swigCPtr, value);
 
64
    lassoJNI.Samlp2Response_inResponseTo_set(swigCPtr, this, value);
65
65
  }
66
66
 
67
67
  public String getInResponseTo() {
68
 
    return lassoJNI.Samlp2Response_inResponseTo_get(swigCPtr);
 
68
    return lassoJNI.Samlp2Response_inResponseTo_get(swigCPtr, this);
69
69
  }
70
70
 
71
71
  public void setVersion(String value) {
72
 
    lassoJNI.Samlp2Response_Version_set(swigCPtr, value);
 
72
    lassoJNI.Samlp2Response_version_set(swigCPtr, this, value);
73
73
  }
74
74
 
75
75
  public String getVersion() {
76
 
    return lassoJNI.Samlp2Response_Version_get(swigCPtr);
 
76
    return lassoJNI.Samlp2Response_version_get(swigCPtr, this);
77
77
  }
78
78
 
79
79
  public void setIssueInstant(String value) {
80
 
    lassoJNI.Samlp2Response_issueInstant_set(swigCPtr, value);
 
80
    lassoJNI.Samlp2Response_issueInstant_set(swigCPtr, this, value);
81
81
  }
82
82
 
83
83
  public String getIssueInstant() {
84
 
    return lassoJNI.Samlp2Response_issueInstant_get(swigCPtr);
 
84
    return lassoJNI.Samlp2Response_issueInstant_get(swigCPtr, this);
85
85
  }
86
86
 
87
87
  public void setDestination(String value) {
88
 
    lassoJNI.Samlp2Response_Destination_set(swigCPtr, value);
 
88
    lassoJNI.Samlp2Response_destination_set(swigCPtr, this, value);
89
89
  }
90
90
 
91
91
  public String getDestination() {
92
 
    return lassoJNI.Samlp2Response_Destination_get(swigCPtr);
 
92
    return lassoJNI.Samlp2Response_destination_get(swigCPtr, this);
93
93
  }
94
94
 
95
95
  public void setConsent(String value) {
96
 
    lassoJNI.Samlp2Response_Consent_set(swigCPtr, value);
 
96
    lassoJNI.Samlp2Response_consent_set(swigCPtr, this, value);
97
97
  }
98
98
 
99
99
  public String getConsent() {
100
 
    return lassoJNI.Samlp2Response_Consent_get(swigCPtr);
 
100
    return lassoJNI.Samlp2Response_consent_get(swigCPtr, this);
 
101
  }
 
102
 
 
103
  public void setAssertion(NodeList value) {
 
104
    lassoJNI.Samlp2Response_assertion_set(swigCPtr, this, NodeList.getCPtr(value), value);
 
105
  }
 
106
 
 
107
  public NodeList getAssertion() {
 
108
    long cPtr = lassoJNI.Samlp2Response_assertion_get(swigCPtr, this);
 
109
    return (cPtr == 0) ? null : new NodeList(cPtr, false);
101
110
  }
102
111
 
103
112
  public Samlp2Response() {
105
114
  }
106
115
 
107
116
  public String dump() {
108
 
    return lassoJNI.Samlp2Response_dump(swigCPtr);
 
117
    return lassoJNI.Samlp2Response_dump(swigCPtr, this);
109
118
  }
110
119
 
111
120
}