|
||||||||||
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.DeliveryAgent
public static class DeliveryAgentsType.DeliveryAgent
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 |
---|
public DeliveryAgentsType.DeliveryAgent()
Method Detail |
---|
public String getWebInterfaceURL()
String
public void setWebInterfaceURL(String value)
value
- allowed object is
String
public String getWebServiceURL()
String
public void setWebServiceURL(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |