|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.ReferencesType
public class ReferencesType
Java class for ReferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}AppDeliveryID"/> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}GZ"/> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}MZSDeliveryID"/> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}ZSDeliveryID"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ReferencesType()
|
Method Summary | |
---|---|
List<JAXBElement<String>> |
getAppDeliveryIDOrGZOrMZSDeliveryID()
Gets the value of the appDeliveryIDOrGZOrMZSDeliveryID property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferencesType()
Method Detail |
---|
public List<JAXBElement<String>> getAppDeliveryIDOrGZOrMZSDeliveryID()
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 appDeliveryIDOrGZOrMZSDeliveryID property.
For example, to add a new item, do as follows:
getAppDeliveryIDOrGZOrMZSDeliveryID().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |