|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.BulkAnswerType
public class BulkAnswerType
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 |
---|
public BulkAnswerType()
Method Detail |
---|
public List<String> getZUSEUrl()
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
public List<String> getMIMEType()
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
public List<AnswerType> getAnswer()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |