at.gv.zustellung.zkopf.xsd.zkopf
Class DeliveryAgentsType

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

public class DeliveryAgentsType
extends Object

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

DeliveryAgentsType

public DeliveryAgentsType()
Method Detail

getDeliveryAgent

public List<DeliveryAgentsType.DeliveryAgent> getDeliveryAgent()
Gets the value of the deliveryAgent 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 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



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