summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/pvp19
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/pvp19')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/pvp19/ObjectFactory.java117
-rw-r--r--src/main/java/at/gv/util/xsd/szr/pvp19/PvpPrincipalType.java268
-rw-r--r--src/main/java/at/gv/util/xsd/szr/pvp19/PvpToken.java35
-rw-r--r--src/main/java/at/gv/util/xsd/szr/pvp19/PvpTokenType.java1029
-rw-r--r--src/main/java/at/gv/util/xsd/szr/pvp19/package-info.java2
-rw-r--r--src/main/java/at/gv/util/xsd/szr/pvp19/sec/ObjectFactory.java40
-rw-r--r--src/main/java/at/gv/util/xsd/szr/pvp19/sec/Security.java65
-rw-r--r--src/main/java/at/gv/util/xsd/szr/pvp19/sec/package-info.java2
8 files changed, 1558 insertions, 0 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp19/ObjectFactory.java b/src/main/java/at/gv/util/xsd/szr/pvp19/ObjectFactory.java
new file mode 100644
index 0000000..5294758
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/szr/pvp19/ObjectFactory.java
@@ -0,0 +1,117 @@
+
+package at.gv.util.xsd.szr.pvp19;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the at.gv.util.xsd.szr.pvp19 package.
+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _PvpToken_QNAME = new QName("http://egov.gv.at/pvp1.xsd", "pvpToken");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.szr.pvp19
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link PvpTokenType }
+ *
+ */
+ public PvpTokenType createPvpTokenType() {
+ return new PvpTokenType();
+ }
+
+ /**
+ * Create an instance of {@link PvpTokenType.Authorize }
+ *
+ */
+ public PvpTokenType.Authorize createPvpTokenTypeAuthorize() {
+ return new PvpTokenType.Authorize();
+ }
+
+ /**
+ * Create an instance of {@link PvpTokenType.Authenticate }
+ *
+ */
+ public PvpTokenType.Authenticate createPvpTokenTypeAuthenticate() {
+ return new PvpTokenType.Authenticate();
+ }
+
+ /**
+ * Create an instance of {@link PvpToken }
+ *
+ */
+ public PvpToken createPvpToken() {
+ return new PvpToken();
+ }
+
+ /**
+ * Create an instance of {@link PvpTokenType.Accounting }
+ *
+ */
+ public PvpTokenType.Accounting createPvpTokenTypeAccounting() {
+ return new PvpTokenType.Accounting();
+ }
+
+ /**
+ * Create an instance of {@link PvpTokenType.PvpExtension }
+ *
+ */
+ public PvpTokenType.PvpExtension createPvpTokenTypePvpExtension() {
+ return new PvpTokenType.PvpExtension();
+ }
+
+ /**
+ * Create an instance of {@link PvpPrincipalType }
+ *
+ */
+ public PvpPrincipalType createPvpPrincipalType() {
+ return new PvpPrincipalType();
+ }
+
+ /**
+ * Create an instance of {@link PvpTokenType.Authorize.Role }
+ *
+ */
+ public PvpTokenType.Authorize.Role createPvpTokenTypeAuthorizeRole() {
+ return new PvpTokenType.Authorize.Role();
+ }
+
+ /**
+ * Create an instance of {@link PvpTokenType.Authenticate.UserPrincipal }
+ *
+ */
+ public PvpTokenType.Authenticate.UserPrincipal createPvpTokenTypeAuthenticateUserPrincipal() {
+ return new PvpTokenType.Authenticate.UserPrincipal();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link PvpTokenType }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://egov.gv.at/pvp1.xsd", name = "pvpToken")
+ public JAXBElement<PvpTokenType> createPvpToken(PvpTokenType value) {
+ return new JAXBElement<PvpTokenType>(_PvpToken_QNAME, PvpTokenType.class, null, value);
+ }
+
+}
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp19/PvpPrincipalType.java b/src/main/java/at/gv/util/xsd/szr/pvp19/PvpPrincipalType.java
new file mode 100644
index 0000000..2a7d602
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/szr/pvp19/PvpPrincipalType.java
@@ -0,0 +1,268 @@
+
+package at.gv.util.xsd.szr.pvp19;
+
+import java.math.BigInteger;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAnyAttribute;
+import javax.xml.bind.annotation.XmlAnyElement;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.bind.annotation.XmlType;
+import javax.xml.namespace.QName;
+import org.w3c.dom.Element;
+
+
+/**
+ * <p>Java-Klasse für pvpPrincipalType complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType name="pvpPrincipalType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="cn" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="gvOuId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="ou" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="gvOuOKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="gvSecClass" type="{http://egov.gv.at/pvp1.xsd}gvSecClassType" minOccurs="0"/&gt;
+ * &lt;any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;anyAttribute processContents='lax'/&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "pvpPrincipalType", propOrder = {
+ "userId",
+ "cn",
+ "gvOuId",
+ "ou",
+ "gvOuOKZ",
+ "gvSecClass",
+ "any"
+})
+@XmlSeeAlso({
+ at.gv.util.xsd.szr.pvp19.PvpTokenType.Authenticate.UserPrincipal.class
+})
+public class PvpPrincipalType {
+
+ @XmlElement(required = true)
+ protected String userId;
+ @XmlElement(required = true)
+ protected String cn;
+ @XmlElement(required = true)
+ protected String gvOuId;
+ @XmlElement(required = true)
+ protected String ou;
+ protected String gvOuOKZ;
+ protected BigInteger gvSecClass;
+ @XmlAnyElement(lax = true)
+ protected List<Object> any;
+ @XmlAnyAttribute
+ private Map<QName, String> otherAttributes = new HashMap<QName, String>();
+
+ /**
+ * Ruft den Wert der userId-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getUserId() {
+ return userId;
+ }
+
+ /**
+ * Legt den Wert der userId-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setUserId(String value) {
+ this.userId = value;
+ }
+
+ /**
+ * Ruft den Wert der cn-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getCn() {
+ return cn;
+ }
+
+ /**
+ * Legt den Wert der cn-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setCn(String value) {
+ this.cn = value;
+ }
+
+ /**
+ * Ruft den Wert der gvOuId-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getGvOuId() {
+ return gvOuId;
+ }
+
+ /**
+ * Legt den Wert der gvOuId-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setGvOuId(String value) {
+ this.gvOuId = value;
+ }
+
+ /**
+ * Ruft den Wert der ou-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getOu() {
+ return ou;
+ }
+
+ /**
+ * Legt den Wert der ou-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setOu(String value) {
+ this.ou = value;
+ }
+
+ /**
+ * Ruft den Wert der gvOuOKZ-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getGvOuOKZ() {
+ return gvOuOKZ;
+ }
+
+ /**
+ * Legt den Wert der gvOuOKZ-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setGvOuOKZ(String value) {
+ this.gvOuOKZ = value;
+ }
+
+ /**
+ * Ruft den Wert der gvSecClass-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link BigInteger }
+ *
+ */
+ public BigInteger getGvSecClass() {
+ return gvSecClass;
+ }
+
+ /**
+ * Legt den Wert der gvSecClass-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link BigInteger }
+ *
+ */
+ public void setGvSecClass(BigInteger value) {
+ this.gvSecClass = value;
+ }
+
+ /**
+ * Gets the value of the any property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the any property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getAny().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link Element }
+ * {@link Object }
+ *
+ *
+ */
+ public List<Object> getAny() {
+ if (any == null) {
+ any = new ArrayList<Object>();
+ }
+ return this.any;
+ }
+
+ /**
+ * Gets a map that contains attributes that aren't bound to any typed property on this class.
+ *
+ * <p>
+ * the map is keyed by the name of the attribute and
+ * the value is the string value of the attribute.
+ *
+ * the map returned by this method is live, and you can add new attribute
+ * by updating the map directly. Because of this design, there's no setter.
+ *
+ *
+ * @return
+ * always non-null
+ */
+ public Map<QName, String> getOtherAttributes() {
+ return otherAttributes;
+ }
+
+}
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp19/PvpToken.java b/src/main/java/at/gv/util/xsd/szr/pvp19/PvpToken.java
new file mode 100644
index 0000000..3a45c57
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/szr/pvp19/PvpToken.java
@@ -0,0 +1,35 @@
+
+package at.gv.util.xsd.szr.pvp19;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java-Klasse für anonymous complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;extension base="{http://egov.gv.at/pvp1.xsd}pvpTokenType"&gt;
+ * &lt;anyAttribute processContents='lax'/&gt;
+ * &lt;/extension&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "")
+@XmlRootElement(name = "pvpToken")
+public class PvpToken
+ extends PvpTokenType
+{
+
+
+}
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp19/PvpTokenType.java b/src/main/java/at/gv/util/xsd/szr/pvp19/PvpTokenType.java
new file mode 100644
index 0000000..9274d01
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/szr/pvp19/PvpTokenType.java
@@ -0,0 +1,1029 @@
+
+package at.gv.util.xsd.szr.pvp19;
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAnyAttribute;
+import javax.xml.bind.annotation.XmlAnyElement;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.bind.annotation.XmlType;
+import javax.xml.namespace.QName;
+import org.w3c.dom.Element;
+
+
+/**
+ * <p>Java-Klasse für pvpTokenType complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType name="pvpTokenType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="authenticate"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="participantId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="gvOuDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;choice&gt;
+ * &lt;element name="userPrincipal"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;extension base="{http://egov.gv.at/pvp1.xsd}pvpPrincipalType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="gvGid" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="mail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="tel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="bpk" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="gvFunction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;anyAttribute processContents='lax'/&gt;
+ * &lt;/extension&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;element name="systemPrincipal" type="{http://egov.gv.at/pvp1.xsd}pvpPrincipalType"/&gt;
+ * &lt;/choice&gt;
+ * &lt;any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;element name="authorize" minOccurs="0"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;sequence minOccurs="0"&gt;
+ * &lt;element name="gvOuId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="ou" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;element name="role" maxOccurs="unbounded"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;element name="accounting" minOccurs="0"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;element name="pvpChainedToken" type="{http://egov.gv.at/pvp1.xsd}pvpTokenType" minOccurs="0"/&gt;
+ * &lt;element name="pvpExtension" minOccurs="0"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;/sequence&gt;
+ * &lt;attribute name="version" use="required" type="{http://egov.gv.at/pvp1.xsd}gvVersionType" /&gt;
+ * &lt;anyAttribute processContents='lax'/&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "pvpTokenType", propOrder = {
+ "authenticate",
+ "authorize",
+ "accounting",
+ "pvpChainedToken",
+ "pvpExtension"
+})
+@XmlSeeAlso({
+ PvpToken.class
+})
+public class PvpTokenType {
+
+ @XmlElement(required = true)
+ protected PvpTokenType.Authenticate authenticate;
+ protected PvpTokenType.Authorize authorize;
+ protected PvpTokenType.Accounting accounting;
+ protected PvpTokenType pvpChainedToken;
+ protected PvpTokenType.PvpExtension pvpExtension;
+ @XmlAttribute(name = "version", required = true)
+ protected String version;
+ @XmlAnyAttribute
+ private Map<QName, String> otherAttributes = new HashMap<QName, String>();
+
+ /**
+ * Ruft den Wert der authenticate-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link PvpTokenType.Authenticate }
+ *
+ */
+ public PvpTokenType.Authenticate getAuthenticate() {
+ return authenticate;
+ }
+
+ /**
+ * Legt den Wert der authenticate-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link PvpTokenType.Authenticate }
+ *
+ */
+ public void setAuthenticate(PvpTokenType.Authenticate value) {
+ this.authenticate = value;
+ }
+
+ /**
+ * Ruft den Wert der authorize-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link PvpTokenType.Authorize }
+ *
+ */
+ public PvpTokenType.Authorize getAuthorize() {
+ return authorize;
+ }
+
+ /**
+ * Legt den Wert der authorize-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link PvpTokenType.Authorize }
+ *
+ */
+ public void setAuthorize(PvpTokenType.Authorize value) {
+ this.authorize = value;
+ }
+
+ /**
+ * Ruft den Wert der accounting-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link PvpTokenType.Accounting }
+ *
+ */
+ public PvpTokenType.Accounting getAccounting() {
+ return accounting;
+ }
+
+ /**
+ * Legt den Wert der accounting-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link PvpTokenType.Accounting }
+ *
+ */
+ public void setAccounting(PvpTokenType.Accounting value) {
+ this.accounting = value;
+ }
+
+ /**
+ * Ruft den Wert der pvpChainedToken-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link PvpTokenType }
+ *
+ */
+ public PvpTokenType getPvpChainedToken() {
+ return pvpChainedToken;
+ }
+
+ /**
+ * Legt den Wert der pvpChainedToken-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link PvpTokenType }
+ *
+ */
+ public void setPvpChainedToken(PvpTokenType value) {
+ this.pvpChainedToken = value;
+ }
+
+ /**
+ * Ruft den Wert der pvpExtension-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link PvpTokenType.PvpExtension }
+ *
+ */
+ public PvpTokenType.PvpExtension getPvpExtension() {
+ return pvpExtension;
+ }
+
+ /**
+ * Legt den Wert der pvpExtension-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link PvpTokenType.PvpExtension }
+ *
+ */
+ public void setPvpExtension(PvpTokenType.PvpExtension value) {
+ this.pvpExtension = value;
+ }
+
+ /**
+ * Ruft den Wert der version-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getVersion() {
+ return version;
+ }
+
+ /**
+ * Legt den Wert der version-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setVersion(String value) {
+ this.version = value;
+ }
+
+ /**
+ * Gets a map that contains attributes that aren't bound to any typed property on this class.
+ *
+ * <p>
+ * the map is keyed by the name of the attribute and
+ * the value is the string value of the attribute.
+ *
+ * the map returned by this method is live, and you can add new attribute
+ * by updating the map directly. Because of this design, there's no setter.
+ *
+ *
+ * @return
+ * always non-null
+ */
+ public Map<QName, String> getOtherAttributes() {
+ return otherAttributes;
+ }
+
+
+ /**
+ * <p>Java-Klasse für anonymous complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "any"
+ })
+ public static class Accounting {
+
+ @XmlAnyElement
+ protected List<Element> any;
+
+ /**
+ * Gets the value of the any property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the any property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getAny().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link Element }
+ *
+ *
+ */
+ public List<Element> getAny() {
+ if (any == null) {
+ any = new ArrayList<Element>();
+ }
+ return this.any;
+ }
+
+ }
+
+
+ /**
+ * <p>Java-Klasse für anonymous complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="participantId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="gvOuDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;choice&gt;
+ * &lt;element name="userPrincipal"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;extension base="{http://egov.gv.at/pvp1.xsd}pvpPrincipalType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="gvGid" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="mail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="tel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="bpk" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="gvFunction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;anyAttribute processContents='lax'/&gt;
+ * &lt;/extension&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;element name="systemPrincipal" type="{http://egov.gv.at/pvp1.xsd}pvpPrincipalType"/&gt;
+ * &lt;/choice&gt;
+ * &lt;any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "participantId",
+ "gvOuDomain",
+ "userPrincipal",
+ "systemPrincipal",
+ "any"
+ })
+ public static class Authenticate {
+
+ @XmlElement(required = true)
+ protected String participantId;
+ protected String gvOuDomain;
+ protected PvpTokenType.Authenticate.UserPrincipal userPrincipal;
+ protected PvpPrincipalType systemPrincipal;
+ @XmlAnyElement(lax = true)
+ protected List<Object> any;
+
+ /**
+ * Ruft den Wert der participantId-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getParticipantId() {
+ return participantId;
+ }
+
+ /**
+ * Legt den Wert der participantId-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setParticipantId(String value) {
+ this.participantId = value;
+ }
+
+ /**
+ * Ruft den Wert der gvOuDomain-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getGvOuDomain() {
+ return gvOuDomain;
+ }
+
+ /**
+ * Legt den Wert der gvOuDomain-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setGvOuDomain(String value) {
+ this.gvOuDomain = value;
+ }
+
+ /**
+ * Ruft den Wert der userPrincipal-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link PvpTokenType.Authenticate.UserPrincipal }
+ *
+ */
+ public PvpTokenType.Authenticate.UserPrincipal getUserPrincipal() {
+ return userPrincipal;
+ }
+
+ /**
+ * Legt den Wert der userPrincipal-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link PvpTokenType.Authenticate.UserPrincipal }
+ *
+ */
+ public void setUserPrincipal(PvpTokenType.Authenticate.UserPrincipal value) {
+ this.userPrincipal = value;
+ }
+
+ /**
+ * Ruft den Wert der systemPrincipal-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link PvpPrincipalType }
+ *
+ */
+ public PvpPrincipalType getSystemPrincipal() {
+ return systemPrincipal;
+ }
+
+ /**
+ * Legt den Wert der systemPrincipal-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link PvpPrincipalType }
+ *
+ */
+ public void setSystemPrincipal(PvpPrincipalType value) {
+ this.systemPrincipal = value;
+ }
+
+ /**
+ * Gets the value of the any property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the any property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getAny().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link Element }
+ * {@link Object }
+ *
+ *
+ */
+ public List<Object> getAny() {
+ if (any == null) {
+ any = new ArrayList<Object>();
+ }
+ return this.any;
+ }
+
+
+ /**
+ * <p>Java-Klasse für anonymous complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;extension base="{http://egov.gv.at/pvp1.xsd}pvpPrincipalType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="gvGid" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="mail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="tel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="bpk" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="gvFunction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;anyAttribute processContents='lax'/&gt;
+ * &lt;/extension&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "gvGid",
+ "mail",
+ "tel",
+ "bpk",
+ "gvFunction"
+ })
+ public static class UserPrincipal
+ extends PvpPrincipalType
+ {
+
+ @XmlElement(required = true)
+ protected String gvGid;
+ protected String mail;
+ protected String tel;
+ protected String bpk;
+ protected String gvFunction;
+
+ /**
+ * Ruft den Wert der gvGid-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getGvGid() {
+ return gvGid;
+ }
+
+ /**
+ * Legt den Wert der gvGid-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setGvGid(String value) {
+ this.gvGid = value;
+ }
+
+ /**
+ * Ruft den Wert der mail-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getMail() {
+ return mail;
+ }
+
+ /**
+ * Legt den Wert der mail-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setMail(String value) {
+ this.mail = value;
+ }
+
+ /**
+ * Ruft den Wert der tel-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getTel() {
+ return tel;
+ }
+
+ /**
+ * Legt den Wert der tel-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setTel(String value) {
+ this.tel = value;
+ }
+
+ /**
+ * Ruft den Wert der bpk-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getBpk() {
+ return bpk;
+ }
+
+ /**
+ * Legt den Wert der bpk-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setBpk(String value) {
+ this.bpk = value;
+ }
+
+ /**
+ * Ruft den Wert der gvFunction-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getGvFunction() {
+ return gvFunction;
+ }
+
+ /**
+ * Legt den Wert der gvFunction-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setGvFunction(String value) {
+ this.gvFunction = value;
+ }
+
+ }
+
+ }
+
+
+ /**
+ * <p>Java-Klasse für anonymous complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;sequence minOccurs="0"&gt;
+ * &lt;element name="gvOuId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="ou" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;element name="role" maxOccurs="unbounded"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "gvOuId",
+ "ou",
+ "role",
+ "any"
+ })
+ public static class Authorize {
+
+ protected String gvOuId;
+ protected String ou;
+ @XmlElement(required = true)
+ protected List<PvpTokenType.Authorize.Role> role;
+ @XmlAnyElement(lax = true)
+ protected List<Object> any;
+
+ /**
+ * Ruft den Wert der gvOuId-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getGvOuId() {
+ return gvOuId;
+ }
+
+ /**
+ * Legt den Wert der gvOuId-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setGvOuId(String value) {
+ this.gvOuId = value;
+ }
+
+ /**
+ * Ruft den Wert der ou-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getOu() {
+ return ou;
+ }
+
+ /**
+ * Legt den Wert der ou-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setOu(String value) {
+ this.ou = value;
+ }
+
+ /**
+ * Gets the value of the role property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the role property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getRole().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link PvpTokenType.Authorize.Role }
+ *
+ *
+ */
+ public List<PvpTokenType.Authorize.Role> getRole() {
+ if (role == null) {
+ role = new ArrayList<PvpTokenType.Authorize.Role>();
+ }
+ return this.role;
+ }
+
+ /**
+ * Gets the value of the any property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the any property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getAny().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link Element }
+ * {@link Object }
+ *
+ *
+ */
+ public List<Object> getAny() {
+ if (any == null) {
+ any = new ArrayList<Object>();
+ }
+ return this.any;
+ }
+
+
+ /**
+ * <p>Java-Klasse für anonymous complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "any"
+ })
+ public static class Role {
+
+ @XmlAnyElement
+ protected List<Element> any;
+ @XmlAttribute(name = "value", required = true)
+ protected String value;
+
+ /**
+ * Gets the value of the any property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the any property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getAny().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link Element }
+ *
+ *
+ */
+ public List<Element> getAny() {
+ if (any == null) {
+ any = new ArrayList<Element>();
+ }
+ return this.any;
+ }
+
+ /**
+ * Ruft den Wert der value-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getValue() {
+ return value;
+ }
+
+ /**
+ * Legt den Wert der value-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setValue(String value) {
+ this.value = value;
+ }
+
+ }
+
+ }
+
+
+ /**
+ * <p>Java-Klasse für anonymous complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;any processContents='skip' maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "any"
+ })
+ public static class PvpExtension {
+
+ @XmlAnyElement
+ protected List<Element> any;
+
+ /**
+ * Gets the value of the any property.
+ *
+ * <p>
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a <CODE>set</CODE> method for the any property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getAny().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link Element }
+ *
+ *
+ */
+ public List<Element> getAny() {
+ if (any == null) {
+ any = new ArrayList<Element>();
+ }
+ return this.any;
+ }
+
+ }
+
+}
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp19/package-info.java b/src/main/java/at/gv/util/xsd/szr/pvp19/package-info.java
new file mode 100644
index 0000000..2d5ddb1
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/szr/pvp19/package-info.java
@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://egov.gv.at/pvp1.xsd", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
+package at.gv.util.xsd.szr.pvp19;
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp19/sec/ObjectFactory.java b/src/main/java/at/gv/util/xsd/szr/pvp19/sec/ObjectFactory.java
new file mode 100644
index 0000000..100cdbf
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/szr/pvp19/sec/ObjectFactory.java
@@ -0,0 +1,40 @@
+
+package at.gv.util.xsd.szr.pvp19.sec;
+
+import javax.xml.bind.annotation.XmlRegistry;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the at.gv.util.xsd.szr.pvp19.sec package.
+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.szr.pvp19.sec
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link Security }
+ *
+ */
+ public Security createSecurity() {
+ return new Security();
+ }
+
+}
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp19/sec/Security.java b/src/main/java/at/gv/util/xsd/szr/pvp19/sec/Security.java
new file mode 100644
index 0000000..ead09cd
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/szr/pvp19/sec/Security.java
@@ -0,0 +1,65 @@
+
+package at.gv.util.xsd.szr.pvp19.sec;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+import at.gv.util.xsd.szr.pvp19.PvpToken;
+
+
+/**
+ * <p>Java-Klasse für anonymous complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element ref="{http://egov.gv.at/pvp1.xsd}pvpToken"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "pvpToken"
+})
+@XmlRootElement(name = "Security")
+public class Security {
+
+ @XmlElement(namespace = "http://egov.gv.at/pvp1.xsd", required = true)
+ protected PvpToken pvpToken;
+
+ /**
+ * Ruft den Wert der pvpToken-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link PvpToken }
+ *
+ */
+ public PvpToken getPvpToken() {
+ return pvpToken;
+ }
+
+ /**
+ * Legt den Wert der pvpToken-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link PvpToken }
+ *
+ */
+ public void setPvpToken(PvpToken value) {
+ this.pvpToken = value;
+ }
+
+}
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp19/sec/package-info.java b/src/main/java/at/gv/util/xsd/szr/pvp19/sec/package-info.java
new file mode 100644
index 0000000..b172c43
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/szr/pvp19/sec/package-info.java
@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://schemas.xmlsoap.org/ws/2002/04/secext", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
+package at.gv.util.xsd.szr.pvp19.sec;