at.gv.zustellung.zkopf.xsd.zkopf
Class BulkAnswerType

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

public class BulkAnswerType
extends Object

Java class for BulkAnswerType complex type.

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

 <complexType name="BulkAnswerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <sequence>
           <element name="ZUSEUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="MIMEType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="Answer" type="{http://reference.e-government.gv.at/namespaces/zustellung/kopf}AnswerType" maxOccurs="unbounded"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
BulkAnswerType()
           
 
Method Summary
 List<AnswerType> getAnswer()
          Gets the value of the answer property.
 List<String> getMIMEType()
          Gets the value of the mimeType property.
 List<String> getZUSEUrl()
          Gets the value of the zuseUrl property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkAnswerType

public BulkAnswerType()
Method Detail

getZUSEUrl

public List<String> getZUSEUrl()
Gets the value of the zuseUrl 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 zuseUrl property.

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

    getZUSEUrl().add(newItem);
 

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


getMIMEType

public List<String> getMIMEType()
Gets the value of the mimeType 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 mimeType property.

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

    getMIMEType().add(newItem);
 

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


getAnswer

public List<AnswerType> getAnswer()
Gets the value of the answer 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 answer property.

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

    getAnswer().add(newItem);
 

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



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