|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.DeliveryAgentsType
public class DeliveryAgentsType
The list of approved delivery agents
Java class for DeliveryAgentsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryAgentsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DeliveryAgent" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="WebInterfaceURL"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}anyURI"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> <element name="WebServiceURL"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}anyURI"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DeliveryAgentsType.DeliveryAgent
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
DeliveryAgentsType()
|
Method Summary | |
---|---|
List<DeliveryAgentsType.DeliveryAgent> |
getDeliveryAgent()
Gets the value of the deliveryAgent property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryAgentsType()
Method Detail |
---|
public List<DeliveryAgentsType.DeliveryAgent> getDeliveryAgent()
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 deliveryAgent property.
For example, to add a new item, do as follows:
getDeliveryAgent().add(newItem);
Objects of the following type(s) are allowed in the list
DeliveryAgentsType.DeliveryAgent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |