summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/saml/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/saml/protocol')
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/AttributeQueryType.java9
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/AuthenticationQueryType.java8
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java13
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/ObjectFactory.java140
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/QueryAbstractType.java4
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java25
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/RequestType.java24
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/ResponseAbstractType.java33
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/ResponseType.java9
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/StatusCodeType.java12
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/StatusDetailType.java6
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/StatusType.java16
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/SubjectQueryAbstractType.java13
13 files changed, 153 insertions, 159 deletions
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/AttributeQueryType.java b/src/main/java/at/gv/util/xsd/saml/protocol/AttributeQueryType.java
index e1beeb4..23b7923 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/AttributeQueryType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/AttributeQueryType.java
@@ -9,14 +9,13 @@ import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
-
import at.gv.util.xsd.saml.assertion.AttributeDesignatorType;
/**
- * <p>Java class for AttributeQueryType complex type.
+ * <p>Java-Klasse für AttributeQueryType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="AttributeQueryType">
@@ -77,7 +76,7 @@ public class AttributeQueryType
}
/**
- * Gets the value of the resource property.
+ * Ruft den Wert der resource-Eigenschaft ab.
*
* @return
* possible object is
@@ -89,7 +88,7 @@ public class AttributeQueryType
}
/**
- * Sets the value of the resource property.
+ * Legt den Wert der resource-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/AuthenticationQueryType.java b/src/main/java/at/gv/util/xsd/saml/protocol/AuthenticationQueryType.java
index d5e0be0..1ea23e6 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/AuthenticationQueryType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/AuthenticationQueryType.java
@@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for AuthenticationQueryType complex type.
+ * <p>Java-Klasse für AuthenticationQueryType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="AuthenticationQueryType">
@@ -36,7 +36,7 @@ public class AuthenticationQueryType
protected String authenticationMethod;
/**
- * Gets the value of the authenticationMethod property.
+ * Ruft den Wert der authenticationMethod-Eigenschaft ab.
*
* @return
* possible object is
@@ -48,7 +48,7 @@ public class AuthenticationQueryType
}
/**
- * Sets the value of the authenticationMethod property.
+ * Legt den Wert der authenticationMethod-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java b/src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java
index 78b7c31..57dd27f 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java
@@ -9,15 +9,14 @@ import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
-
import at.gv.util.xsd.saml.assertion.ActionType;
import at.gv.util.xsd.saml.assertion.EvidenceType;
/**
- * <p>Java class for AuthorizationDecisionQueryType complex type.
+ * <p>Java-Klasse für AuthorizationDecisionQueryType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="AuthorizationDecisionQueryType">
@@ -82,7 +81,7 @@ public class AuthorizationDecisionQueryType
}
/**
- * Gets the value of the evidence property.
+ * Ruft den Wert der evidence-Eigenschaft ab.
*
* @return
* possible object is
@@ -94,7 +93,7 @@ public class AuthorizationDecisionQueryType
}
/**
- * Sets the value of the evidence property.
+ * Legt den Wert der evidence-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -106,7 +105,7 @@ public class AuthorizationDecisionQueryType
}
/**
- * Gets the value of the resource property.
+ * Ruft den Wert der resource-Eigenschaft ab.
*
* @return
* possible object is
@@ -118,7 +117,7 @@ public class AuthorizationDecisionQueryType
}
/**
- * Sets the value of the resource property.
+ * Legt den Wert der resource-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/ObjectFactory.java b/src/main/java/at/gv/util/xsd/saml/protocol/ObjectFactory.java
index fc3010d..772546b 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/ObjectFactory.java
@@ -10,7 +10,7 @@ import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
- * generated in the at.gv.zustellung.util.xsd.saml.protocol package.
+ * generated in the at.gv.util.xsd.saml.protocol package.
* <p>An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
@@ -24,22 +24,22 @@ import javax.xml.namespace.QName;
@XmlRegistry
public class ObjectFactory {
- private final static QName _Query_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "Query");
private final static QName _Request_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "Request");
- private final static QName _Status_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "Status");
private final static QName _SubjectQuery_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "SubjectQuery");
private final static QName _AttributeQuery_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "AttributeQuery");
- private final static QName _AuthorizationDecisionQuery_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "AuthorizationDecisionQuery");
private final static QName _Response_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "Response");
- private final static QName _AuthenticationQuery_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "AuthenticationQuery");
private final static QName _AssertionArtifact_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "AssertionArtifact");
- private final static QName _StatusCode_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "StatusCode");
private final static QName _RespondWith_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "RespondWith");
private final static QName _StatusMessage_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "StatusMessage");
private final static QName _StatusDetail_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "StatusDetail");
+ private final static QName _Query_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "Query");
+ private final static QName _Status_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "Status");
+ private final static QName _AuthorizationDecisionQuery_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "AuthorizationDecisionQuery");
+ private final static QName _AuthenticationQuery_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "AuthenticationQuery");
+ private final static QName _StatusCode_QNAME = new QName("urn:oasis:names:tc:SAML:1.0:protocol", "StatusCode");
/**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.zustellung.util.xsd.saml.protocol
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.saml.protocol
*
*/
public ObjectFactory() {
@@ -54,19 +54,19 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link RequestType }
+ * Create an instance of {@link AuthorizationDecisionQueryType }
*
*/
- public RequestType createRequestType() {
- return new RequestType();
+ public AuthorizationDecisionQueryType createAuthorizationDecisionQueryType() {
+ return new AuthorizationDecisionQueryType();
}
/**
- * Create an instance of {@link AuthenticationQueryType }
+ * Create an instance of {@link StatusType }
*
*/
- public AuthenticationQueryType createAuthenticationQueryType() {
- return new AuthenticationQueryType();
+ public StatusType createStatusType() {
+ return new StatusType();
}
/**
@@ -78,44 +78,35 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link AttributeQueryType }
- *
- */
- public AttributeQueryType createAttributeQueryType() {
- return new AttributeQueryType();
- }
-
- /**
- * Create an instance of {@link StatusType }
+ * Create an instance of {@link RequestType }
*
*/
- public StatusType createStatusType() {
- return new StatusType();
+ public RequestType createRequestType() {
+ return new RequestType();
}
/**
- * Create an instance of {@link AuthorizationDecisionQueryType }
+ * Create an instance of {@link StatusDetailType }
*
*/
- public AuthorizationDecisionQueryType createAuthorizationDecisionQueryType() {
- return new AuthorizationDecisionQueryType();
+ public StatusDetailType createStatusDetailType() {
+ return new StatusDetailType();
}
/**
- * Create an instance of {@link StatusDetailType }
+ * Create an instance of {@link AttributeQueryType }
*
*/
- public StatusDetailType createStatusDetailType() {
- return new StatusDetailType();
+ public AttributeQueryType createAttributeQueryType() {
+ return new AttributeQueryType();
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link QueryAbstractType }{@code >}}
+ * Create an instance of {@link AuthenticationQueryType }
*
*/
- @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "Query")
- public JAXBElement<QueryAbstractType> createQuery(QueryAbstractType value) {
- return new JAXBElement<QueryAbstractType>(_Query_QNAME, QueryAbstractType.class, null, value);
+ public AuthenticationQueryType createAuthenticationQueryType() {
+ return new AuthenticationQueryType();
}
/**
@@ -128,15 +119,6 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link StatusType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "Status")
- public JAXBElement<StatusType> createStatus(StatusType value) {
- return new JAXBElement<StatusType>(_Status_QNAME, StatusType.class, null, value);
- }
-
- /**
* Create an instance of {@link JAXBElement }{@code <}{@link SubjectQueryAbstractType }{@code >}}
*
*/
@@ -155,15 +137,6 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link AuthorizationDecisionQueryType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "AuthorizationDecisionQuery")
- public JAXBElement<AuthorizationDecisionQueryType> createAuthorizationDecisionQuery(AuthorizationDecisionQueryType value) {
- return new JAXBElement<AuthorizationDecisionQueryType>(_AuthorizationDecisionQuery_QNAME, AuthorizationDecisionQueryType.class, null, value);
- }
-
- /**
* Create an instance of {@link JAXBElement }{@code <}{@link ResponseType }{@code >}}
*
*/
@@ -173,15 +146,6 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link AuthenticationQueryType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "AuthenticationQuery")
- public JAXBElement<AuthenticationQueryType> createAuthenticationQuery(AuthenticationQueryType value) {
- return new JAXBElement<AuthenticationQueryType>(_AuthenticationQuery_QNAME, AuthenticationQueryType.class, null, value);
- }
-
- /**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@@ -191,15 +155,6 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link JAXBElement }{@code <}{@link StatusCodeType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "StatusCode")
- public JAXBElement<StatusCodeType> createStatusCode(StatusCodeType value) {
- return new JAXBElement<StatusCodeType>(_StatusCode_QNAME, StatusCodeType.class, null, value);
- }
-
- /**
* Create an instance of {@link JAXBElement }{@code <}{@link QName }{@code >}}
*
*/
@@ -226,4 +181,49 @@ public class ObjectFactory {
return new JAXBElement<StatusDetailType>(_StatusDetail_QNAME, StatusDetailType.class, null, value);
}
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link QueryAbstractType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "Query")
+ public JAXBElement<QueryAbstractType> createQuery(QueryAbstractType value) {
+ return new JAXBElement<QueryAbstractType>(_Query_QNAME, QueryAbstractType.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link StatusType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "Status")
+ public JAXBElement<StatusType> createStatus(StatusType value) {
+ return new JAXBElement<StatusType>(_Status_QNAME, StatusType.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link AuthorizationDecisionQueryType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "AuthorizationDecisionQuery")
+ public JAXBElement<AuthorizationDecisionQueryType> createAuthorizationDecisionQuery(AuthorizationDecisionQueryType value) {
+ return new JAXBElement<AuthorizationDecisionQueryType>(_AuthorizationDecisionQuery_QNAME, AuthorizationDecisionQueryType.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link AuthenticationQueryType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "AuthenticationQuery")
+ public JAXBElement<AuthenticationQueryType> createAuthenticationQuery(AuthenticationQueryType value) {
+ return new JAXBElement<AuthenticationQueryType>(_AuthenticationQuery_QNAME, AuthenticationQueryType.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link StatusCodeType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:1.0:protocol", name = "StatusCode")
+ public JAXBElement<StatusCodeType> createStatusCode(StatusCodeType value) {
+ return new JAXBElement<StatusCodeType>(_StatusCode_QNAME, StatusCodeType.class, null, value);
+ }
+
}
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/QueryAbstractType.java b/src/main/java/at/gv/util/xsd/saml/protocol/QueryAbstractType.java
index a6b82ae..788c2be 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/QueryAbstractType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/QueryAbstractType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for QueryAbstractType complex type.
+ * <p>Java-Klasse für QueryAbstractType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="QueryAbstractType">
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java b/src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java
index 337ebd5..3384b40 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java
@@ -13,14 +13,13 @@ import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import javax.xml.namespace.QName;
-
import at.gv.util.xsd.xmldsig.SignatureType;
/**
- * <p>Java class for RequestAbstractType complex type.
+ * <p>Java-Klasse für RequestAbstractType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="RequestAbstractType">
@@ -95,7 +94,7 @@ public abstract class RequestAbstractType {
}
/**
- * Gets the value of the signature property.
+ * Ruft den Wert der signature-Eigenschaft ab.
*
* @return
* possible object is
@@ -107,7 +106,7 @@ public abstract class RequestAbstractType {
}
/**
- * Sets the value of the signature property.
+ * Legt den Wert der signature-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -119,7 +118,7 @@ public abstract class RequestAbstractType {
}
/**
- * Gets the value of the requestID property.
+ * Ruft den Wert der requestID-Eigenschaft ab.
*
* @return
* possible object is
@@ -131,7 +130,7 @@ public abstract class RequestAbstractType {
}
/**
- * Sets the value of the requestID property.
+ * Legt den Wert der requestID-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -143,7 +142,7 @@ public abstract class RequestAbstractType {
}
/**
- * Gets the value of the majorVersion property.
+ * Ruft den Wert der majorVersion-Eigenschaft ab.
*
* @return
* possible object is
@@ -155,7 +154,7 @@ public abstract class RequestAbstractType {
}
/**
- * Sets the value of the majorVersion property.
+ * Legt den Wert der majorVersion-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -167,7 +166,7 @@ public abstract class RequestAbstractType {
}
/**
- * Gets the value of the minorVersion property.
+ * Ruft den Wert der minorVersion-Eigenschaft ab.
*
* @return
* possible object is
@@ -179,7 +178,7 @@ public abstract class RequestAbstractType {
}
/**
- * Sets the value of the minorVersion property.
+ * Legt den Wert der minorVersion-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -191,7 +190,7 @@ public abstract class RequestAbstractType {
}
/**
- * Gets the value of the issueInstant property.
+ * Ruft den Wert der issueInstant-Eigenschaft ab.
*
* @return
* possible object is
@@ -203,7 +202,7 @@ public abstract class RequestAbstractType {
}
/**
- * Sets the value of the issueInstant property.
+ * Legt den Wert der issueInstant-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/RequestType.java b/src/main/java/at/gv/util/xsd/saml/protocol/RequestType.java
index 1d08847..35f8b5e 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/RequestType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/RequestType.java
@@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for RequestType complex type.
+ * <p>Java-Klasse für RequestType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="RequestType">
@@ -64,7 +64,7 @@ public class RequestType
protected List<String> assertionArtifact;
/**
- * Gets the value of the query property.
+ * Ruft den Wert der query-Eigenschaft ab.
*
* @return
* possible object is
@@ -76,7 +76,7 @@ public class RequestType
}
/**
- * Sets the value of the query property.
+ * Legt den Wert der query-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -88,7 +88,7 @@ public class RequestType
}
/**
- * Gets the value of the subjectQuery property.
+ * Ruft den Wert der subjectQuery-Eigenschaft ab.
*
* @return
* possible object is
@@ -100,7 +100,7 @@ public class RequestType
}
/**
- * Sets the value of the subjectQuery property.
+ * Legt den Wert der subjectQuery-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -112,7 +112,7 @@ public class RequestType
}
/**
- * Gets the value of the authenticationQuery property.
+ * Ruft den Wert der authenticationQuery-Eigenschaft ab.
*
* @return
* possible object is
@@ -124,7 +124,7 @@ public class RequestType
}
/**
- * Sets the value of the authenticationQuery property.
+ * Legt den Wert der authenticationQuery-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -136,7 +136,7 @@ public class RequestType
}
/**
- * Gets the value of the attributeQuery property.
+ * Ruft den Wert der attributeQuery-Eigenschaft ab.
*
* @return
* possible object is
@@ -148,7 +148,7 @@ public class RequestType
}
/**
- * Sets the value of the attributeQuery property.
+ * Legt den Wert der attributeQuery-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -160,7 +160,7 @@ public class RequestType
}
/**
- * Gets the value of the authorizationDecisionQuery property.
+ * Ruft den Wert der authorizationDecisionQuery-Eigenschaft ab.
*
* @return
* possible object is
@@ -172,7 +172,7 @@ public class RequestType
}
/**
- * Sets the value of the authorizationDecisionQuery property.
+ * Legt den Wert der authorizationDecisionQuery-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/ResponseAbstractType.java b/src/main/java/at/gv/util/xsd/saml/protocol/ResponseAbstractType.java
index 6e35e87..c446452 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/ResponseAbstractType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/ResponseAbstractType.java
@@ -10,14 +10,13 @@ import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
-
import at.gv.util.xsd.xmldsig.SignatureType;
/**
- * <p>Java class for ResponseAbstractType complex type.
+ * <p>Java-Klasse für ResponseAbstractType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ResponseAbstractType">
@@ -66,7 +65,7 @@ public abstract class ResponseAbstractType {
protected String recipient;
/**
- * Gets the value of the signature property.
+ * Ruft den Wert der signature-Eigenschaft ab.
*
* @return
* possible object is
@@ -78,7 +77,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Sets the value of the signature property.
+ * Legt den Wert der signature-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -90,7 +89,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Gets the value of the responseID property.
+ * Ruft den Wert der responseID-Eigenschaft ab.
*
* @return
* possible object is
@@ -102,7 +101,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Sets the value of the responseID property.
+ * Legt den Wert der responseID-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -114,7 +113,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Gets the value of the inResponseTo property.
+ * Ruft den Wert der inResponseTo-Eigenschaft ab.
*
* @return
* possible object is
@@ -126,7 +125,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Sets the value of the inResponseTo property.
+ * Legt den Wert der inResponseTo-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -138,7 +137,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Gets the value of the majorVersion property.
+ * Ruft den Wert der majorVersion-Eigenschaft ab.
*
* @return
* possible object is
@@ -150,7 +149,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Sets the value of the majorVersion property.
+ * Legt den Wert der majorVersion-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -162,7 +161,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Gets the value of the minorVersion property.
+ * Ruft den Wert der minorVersion-Eigenschaft ab.
*
* @return
* possible object is
@@ -174,7 +173,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Sets the value of the minorVersion property.
+ * Legt den Wert der minorVersion-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -186,7 +185,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Gets the value of the issueInstant property.
+ * Ruft den Wert der issueInstant-Eigenschaft ab.
*
* @return
* possible object is
@@ -198,7 +197,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Sets the value of the issueInstant property.
+ * Legt den Wert der issueInstant-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -210,7 +209,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Gets the value of the recipient property.
+ * Ruft den Wert der recipient-Eigenschaft ab.
*
* @return
* possible object is
@@ -222,7 +221,7 @@ public abstract class ResponseAbstractType {
}
/**
- * Sets the value of the recipient property.
+ * Legt den Wert der recipient-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/ResponseType.java b/src/main/java/at/gv/util/xsd/saml/protocol/ResponseType.java
index f69b0d5..0d92209 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/ResponseType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/ResponseType.java
@@ -7,14 +7,13 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
import at.gv.util.xsd.saml.assertion.AssertionType;
/**
- * <p>Java class for ResponseType complex type.
+ * <p>Java-Klasse für ResponseType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="ResponseType">
@@ -46,7 +45,7 @@ public class ResponseType
protected List<AssertionType> assertion;
/**
- * Gets the value of the status property.
+ * Ruft den Wert der status-Eigenschaft ab.
*
* @return
* possible object is
@@ -58,7 +57,7 @@ public class ResponseType
}
/**
- * Sets the value of the status property.
+ * Legt den Wert der status-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/StatusCodeType.java b/src/main/java/at/gv/util/xsd/saml/protocol/StatusCodeType.java
index 7ec76d6..c0273cf 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/StatusCodeType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/StatusCodeType.java
@@ -10,9 +10,9 @@ import javax.xml.namespace.QName;
/**
- * <p>Java class for StatusCodeType complex type.
+ * <p>Java-Klasse für StatusCodeType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="StatusCodeType">
@@ -41,7 +41,7 @@ public class StatusCodeType {
protected QName value;
/**
- * Gets the value of the statusCode property.
+ * Ruft den Wert der statusCode-Eigenschaft ab.
*
* @return
* possible object is
@@ -53,7 +53,7 @@ public class StatusCodeType {
}
/**
- * Sets the value of the statusCode property.
+ * Legt den Wert der statusCode-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -65,7 +65,7 @@ public class StatusCodeType {
}
/**
- * Gets the value of the value property.
+ * Ruft den Wert der value-Eigenschaft ab.
*
* @return
* possible object is
@@ -77,7 +77,7 @@ public class StatusCodeType {
}
/**
- * Sets the value of the value property.
+ * Legt den Wert der value-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/StatusDetailType.java b/src/main/java/at/gv/util/xsd/saml/protocol/StatusDetailType.java
index 635afd8..878d556 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/StatusDetailType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/StatusDetailType.java
@@ -11,9 +11,9 @@ import org.w3c.dom.Element;
/**
- * <p>Java class for StatusDetailType complex type.
+ * <p>Java-Klasse für StatusDetailType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="StatusDetailType">
@@ -56,8 +56,8 @@ public class StatusDetailType {
*
* <p>
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/StatusType.java b/src/main/java/at/gv/util/xsd/saml/protocol/StatusType.java
index efad7bb..f5caceb 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/StatusType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/StatusType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
/**
- * <p>Java class for StatusType complex type.
+ * <p>Java-Klasse für StatusType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="StatusType">
@@ -44,7 +44,7 @@ public class StatusType {
protected StatusDetailType statusDetail;
/**
- * Gets the value of the statusCode property.
+ * Ruft den Wert der statusCode-Eigenschaft ab.
*
* @return
* possible object is
@@ -56,7 +56,7 @@ public class StatusType {
}
/**
- * Sets the value of the statusCode property.
+ * Legt den Wert der statusCode-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -68,7 +68,7 @@ public class StatusType {
}
/**
- * Gets the value of the statusMessage property.
+ * Ruft den Wert der statusMessage-Eigenschaft ab.
*
* @return
* possible object is
@@ -80,7 +80,7 @@ public class StatusType {
}
/**
- * Sets the value of the statusMessage property.
+ * Legt den Wert der statusMessage-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -92,7 +92,7 @@ public class StatusType {
}
/**
- * Gets the value of the statusDetail property.
+ * Ruft den Wert der statusDetail-Eigenschaft ab.
*
* @return
* possible object is
@@ -104,7 +104,7 @@ public class StatusType {
}
/**
- * Sets the value of the statusDetail property.
+ * Legt den Wert der statusDetail-Eigenschaft fest.
*
* @param value
* allowed object is
diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/SubjectQueryAbstractType.java b/src/main/java/at/gv/util/xsd/saml/protocol/SubjectQueryAbstractType.java
index 9cb28cb..5568bf5 100644
--- a/src/main/java/at/gv/util/xsd/saml/protocol/SubjectQueryAbstractType.java
+++ b/src/main/java/at/gv/util/xsd/saml/protocol/SubjectQueryAbstractType.java
@@ -6,14 +6,13 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
import at.gv.util.xsd.saml.assertion.SubjectType;
/**
- * <p>Java class for SubjectQueryAbstractType complex type.
+ * <p>Java-Klasse für SubjectQueryAbstractType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="SubjectQueryAbstractType">
@@ -35,8 +34,8 @@ import at.gv.util.xsd.saml.assertion.SubjectType;
})
@XmlSeeAlso({
AuthorizationDecisionQueryType.class,
- AuthenticationQueryType.class,
- AttributeQueryType.class
+ AttributeQueryType.class,
+ AuthenticationQueryType.class
})
public abstract class SubjectQueryAbstractType
extends QueryAbstractType
@@ -46,7 +45,7 @@ public abstract class SubjectQueryAbstractType
protected SubjectType subject;
/**
- * Gets the value of the subject property.
+ * Ruft den Wert der subject-Eigenschaft ab.
*
* @return
* possible object is
@@ -58,7 +57,7 @@ public abstract class SubjectQueryAbstractType
}
/**
- * Sets the value of the subject property.
+ * Legt den Wert der subject-Eigenschaft fest.
*
* @param value
* allowed object is