1.1.3
by Matthias Klose
Import upstream version 0.6.5 |
1 |
/* ----------------------------------------------------------------------------
|
2 |
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
1.1.4
by Michael Bienia
Import upstream version 2.0.0 |
3 |
* Version 1.3.31
|
1.1.3
by Matthias Klose
Import upstream version 0.6.5 |
4 |
*
|
5 |
* Do not make changes to this file unless you know what you are doing--modify
|
|
6 |
* the SWIG interface file instead.
|
|
7 |
* ----------------------------------------------------------------------------- */
|
|
8 |
||
9 |
package com.entrouvert.lasso; |
|
10 |
||
11 |
public class Saml2StatementAbstract extends Node { |
|
12 |
protected Saml2StatementAbstract(long cPtr, boolean cMemoryOwn) { |
|
13 |
super(cPtr, cMemoryOwn); |
|
14 |
}
|
|
15 |
||
16 |
protected static long getCPtr(Saml2StatementAbstract obj) { |
|
17 |
return (obj == null) ? 0 : obj.swigCPtr; |
|
18 |
}
|
|
19 |
||
20 |
protected void finalize() { |
|
21 |
delete(); |
|
22 |
}
|
|
23 |
||
24 |
public void delete() { |
|
25 |
super.delete(); |
|
26 |
}
|
|
27 |
||
28 |
public Saml2StatementAbstract() { |
|
29 |
this(lassoJNI.new_Saml2StatementAbstract(), true); |
|
30 |
}
|
|
31 |
||
32 |
public String dump() { |
|
1.1.4
by Michael Bienia
Import upstream version 2.0.0 |
33 |
return lassoJNI.Saml2StatementAbstract_dump(swigCPtr, this); |
1.1.3
by Matthias Klose
Import upstream version 0.6.5 |
34 |
}
|
35 |
||
36 |
}
|