summaryrefslogtreecommitdiff
path: root/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AssertionType.java
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-01-20 17:01:09 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-01-20 17:01:09 +0000
commita7d404cd6db2724d36523e59c87c3007fa86a258 (patch)
treee938b10cccf606c062fdb4cf569b8245a83b8a37 /utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AssertionType.java
parentc97c49eb4399829603816e4b3e47c74b67d0f27b (diff)
parentce598ba5142ff7673085dd90865f9323d69574be (diff)
downloadmocca-98226bf4e7944ad94068d90feca46e9da2dce567.tar.gz
mocca-98226bf4e7944ad94068d90feca46e9da2dce567.tar.bz2
mocca-98226bf4e7944ad94068d90feca46e9da2dce567.zip
[maven-release-plugin] copy for tag mocca-1.0.2mocca-1.0.2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/tags/mocca-1.0.2@276 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AssertionType.java')
-rw-r--r--utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AssertionType.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AssertionType.java b/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AssertionType.java
index 2157dd67..2a108984 100644
--- a/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AssertionType.java
+++ b/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AssertionType.java
@@ -1,8 +1,8 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-661
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.10.29 at 09:14:07 AM GMT
+// Generated on: 2008.12.23 at 03:26:53 PM GMT
//
@@ -70,10 +70,10 @@ public class AssertionType {
protected AdviceType advice;
@XmlElements({
@XmlElement(name = "Statement"),
- @XmlElement(name = "AuthorizationDecisionStatement", type = AuthorizationDecisionStatementType.class),
- @XmlElement(name = "AuthenticationStatement", type = AuthenticationStatementType.class),
+ @XmlElement(name = "AttributeStatement", type = AttributeStatementType.class),
@XmlElement(name = "SubjectStatement", type = SubjectStatementAbstractType.class),
- @XmlElement(name = "AttributeStatement", type = AttributeStatementType.class)
+ @XmlElement(name = "AuthorizationDecisionStatement", type = AuthorizationDecisionStatementType.class),
+ @XmlElement(name = "AuthenticationStatement", type = AuthenticationStatementType.class)
})
protected List<StatementAbstractType> statementOrSubjectStatementOrAuthenticationStatement;
@XmlElement(name = "Signature", namespace = "http://www.w3.org/2000/09/xmldsig#")
@@ -157,10 +157,10 @@ public class AssertionType {
* <p>
* Objects of the following type(s) are allowed in the list
* {@link StatementAbstractType }
+ * {@link AttributeStatementType }
+ * {@link SubjectStatementAbstractType }
* {@link AuthorizationDecisionStatementType }
* {@link AuthenticationStatementType }
- * {@link SubjectStatementAbstractType }
- * {@link AttributeStatementType }
*
*
*/