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

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.DeliveryAgentsType.DeliveryAgent
Enclosing class:
DeliveryAgentsType

public static class DeliveryAgentsType.DeliveryAgent
extends Object

Java class for anonymous complex type.

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

 <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>
 


Constructor Summary
DeliveryAgentsType.DeliveryAgent()
           
 
Method Summary
 String getWebInterfaceURL()
          Gets the value of the webInterfaceURL property.
 String getWebServiceURL()
          Gets the value of the webServiceURL property.
 void setWebInterfaceURL(String value)
          Sets the value of the webInterfaceURL property.
 void setWebServiceURL(String value)
          Sets the value of the webServiceURL property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryAgentsType.DeliveryAgent

public DeliveryAgentsType.DeliveryAgent()
Method Detail

getWebInterfaceURL

public String getWebInterfaceURL()
Gets the value of the webInterfaceURL property.

Returns:
possible object is String

setWebInterfaceURL

public void setWebInterfaceURL(String value)
Sets the value of the webInterfaceURL property.

Parameters:
value - allowed object is String

getWebServiceURL

public String getWebServiceURL()
Gets the value of the webServiceURL property.

Returns:
possible object is String

setWebServiceURL

public void setWebServiceURL(String value)
Sets the value of the webServiceURL property.

Parameters:
value - allowed object is String


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