summaryrefslogtreecommitdiff
path: root/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/ObjectFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/ObjectFactory.java')
-rw-r--r--utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/ObjectFactory.java96
1 files changed, 48 insertions, 48 deletions
diff --git a/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/ObjectFactory.java b/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/ObjectFactory.java
index d5165b71..6ea9f265 100644
--- a/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/ObjectFactory.java
+++ b/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/ObjectFactory.java
@@ -1,8 +1,8 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-661
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// 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.12.23 at 03:26:53 PM GMT
+// Generated on: 2010.02.24 at 05:41:17 PM MEZ
//
@@ -64,19 +64,19 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link AnyType }
+ * Create an instance of {@link AssertionType }
*
*/
- public AnyType createAnyType() {
- return new AnyType();
+ public AssertionType createAssertionType() {
+ return new AssertionType();
}
/**
- * Create an instance of {@link ActionType }
+ * Create an instance of {@link EvidenceType }
*
*/
- public ActionType createActionType() {
- return new ActionType();
+ public EvidenceType createEvidenceType() {
+ return new EvidenceType();
}
/**
@@ -88,11 +88,19 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link SubjectConfirmationType }
+ * Create an instance of {@link ActionType }
*
*/
- public SubjectConfirmationType createSubjectConfirmationType() {
- return new SubjectConfirmationType();
+ public ActionType createActionType() {
+ return new ActionType();
+ }
+
+ /**
+ * Create an instance of {@link NameIdentifierType }
+ *
+ */
+ public NameIdentifierType createNameIdentifierType() {
+ return new NameIdentifierType();
}
/**
@@ -104,11 +112,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link AudienceRestrictionConditionType }
+ * Create an instance of {@link AuthorizationDecisionStatementType }
*
*/
- public AudienceRestrictionConditionType createAudienceRestrictionConditionType() {
- return new AudienceRestrictionConditionType();
+ public AuthorizationDecisionStatementType createAuthorizationDecisionStatementType() {
+ return new AuthorizationDecisionStatementType();
}
/**
@@ -120,19 +128,27 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link AssertionType }
+ * Create an instance of {@link AnyType }
*
*/
- public AssertionType createAssertionType() {
- return new AssertionType();
+ public AnyType createAnyType() {
+ return new AnyType();
}
/**
- * Create an instance of {@link AuthorityBindingType }
+ * Create an instance of {@link AudienceRestrictionConditionType }
*
*/
- public AuthorityBindingType createAuthorityBindingType() {
- return new AuthorityBindingType();
+ public AudienceRestrictionConditionType createAudienceRestrictionConditionType() {
+ return new AudienceRestrictionConditionType();
+ }
+
+ /**
+ * Create an instance of {@link AttributeStatementType }
+ *
+ */
+ public AttributeStatementType createAttributeStatementType() {
+ return new AttributeStatementType();
}
/**
@@ -144,19 +160,19 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link AdviceType }
+ * Create an instance of {@link SubjectConfirmationType }
*
*/
- public AdviceType createAdviceType() {
- return new AdviceType();
+ public SubjectConfirmationType createSubjectConfirmationType() {
+ return new SubjectConfirmationType();
}
/**
- * Create an instance of {@link EvidenceType }
+ * Create an instance of {@link SubjectType }
*
*/
- public EvidenceType createEvidenceType() {
- return new EvidenceType();
+ public SubjectType createSubjectType() {
+ return new SubjectType();
}
/**
@@ -168,35 +184,19 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link AttributeStatementType }
- *
- */
- public AttributeStatementType createAttributeStatementType() {
- return new AttributeStatementType();
- }
-
- /**
- * Create an instance of {@link NameIdentifierType }
- *
- */
- public NameIdentifierType createNameIdentifierType() {
- return new NameIdentifierType();
- }
-
- /**
- * Create an instance of {@link AuthorizationDecisionStatementType }
+ * Create an instance of {@link AuthorityBindingType }
*
*/
- public AuthorizationDecisionStatementType createAuthorizationDecisionStatementType() {
- return new AuthorizationDecisionStatementType();
+ public AuthorityBindingType createAuthorityBindingType() {
+ return new AuthorityBindingType();
}
/**
- * Create an instance of {@link SubjectType }
+ * Create an instance of {@link AdviceType }
*
*/
- public SubjectType createSubjectType() {
- return new SubjectType();
+ public AdviceType createAdviceType() {
+ return new AdviceType();
}
/**