summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/saml/protocol/SubjectQueryAbstractType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/saml/protocol/SubjectQueryAbstractType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/saml/protocol/SubjectQueryAbstractType.java13
1 files changed, 6 insertions, 7 deletions
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