Class DataReference.Transport.Location
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.DataReference.Transport.Location
-
- Enclosing class:
- DataReference.Transport
public static class DataReference.Transport.Location extends Object
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="senderUrl" type="{http://www.logius.nl/digikoppeling/gb/2010/10}urlType"/> <element name="receiverUrl" type="{http://www.logius.nl/digikoppeling/gb/2010/10}urlType"/> </choice> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected UrlTypereceiverUrlprotected UrlTypesenderUrl
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrlTypegetReceiverUrl()Gets the value of the receiverUrl property.UrlTypegetSenderUrl()Gets the value of the senderUrl property.voidsetReceiverUrl(UrlType value)Sets the value of the receiverUrl property.voidsetSenderUrl(UrlType value)Sets the value of the senderUrl property.
-
-
-
Method Detail
-
getSenderUrl
public UrlType getSenderUrl()
Gets the value of the senderUrl property.- Returns:
- possible object is
UrlType
-
setSenderUrl
public void setSenderUrl(UrlType value)
Sets the value of the senderUrl property.- Parameters:
value- allowed object isUrlType
-
getReceiverUrl
public UrlType getReceiverUrl()
Gets the value of the receiverUrl property.- Returns:
- possible object is
UrlType
-
-