|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.BulkQueryType
public class BulkQueryType
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 |
---|
public BulkQueryType()
Method Detail |
---|
public List<QueryType> getQuery()
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
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getProfileID()
String
public void setProfileID(String value)
value
- allowed object is
String
public Boolean isPrivate()
Boolean
public void setPrivate(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |