at.gv.zustellung.zkopf.xsd.zkopf
Class BulkQueryType

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.BulkQueryType

public class BulkQueryType
extends Object

Java class for BulkQueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BulkQueryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence maxOccurs="unbounded">
           <element name="Query" type="{http://reference.e-government.gv.at/namespaces/zustellung/kopf}QueryType"/>
         </sequence>
       </choice>
       <attribute name="type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="mass"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="private" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
BulkQueryType()
           
 
Method Summary
 String getProfileID()
          Gets the value of the profileID property.
 List<QueryType> getQuery()
          Gets the value of the query property.
 String getType()
          Gets the value of the type property.
 Boolean isPrivate()
          Gets the value of the private property.
 void setPrivate(Boolean value)
          Sets the value of the private property.
 void setProfileID(String value)
          Sets the value of the profileID property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkQueryType

public BulkQueryType()
Method Detail

getQuery

public List<QueryType> getQuery()
Gets the value of the query property.

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 set method for the query property.

For example, to add a new item, do as follows:

    getQuery().add(newItem);
 

Objects of the following type(s) are allowed in the list QueryType


getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getProfileID

public String getProfileID()
Gets the value of the profileID property.

Returns:
possible object is String

setProfileID

public void setProfileID(String value)
Sets the value of the profileID property.

Parameters:
value - allowed object is String

isPrivate

public Boolean isPrivate()
Gets the value of the private property.

Returns:
possible object is Boolean

setPrivate

public void setPrivate(Boolean value)
Sets the value of the private property.

Parameters:
value - allowed object is Boolean


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.