Class DataReference.Transport.Location
java.lang.Object
nl.logius.digikoppeling.gb._2010._10.DataReference.Transport.Location
- Enclosing class:
- DataReference.Transport
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"> <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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the receiverUrl property.Gets the value of the senderUrl property.void
setReceiverUrl
(UrlType value) Sets the value of the receiverUrl property.void
setSenderUrl
(UrlType value) Sets the value of the senderUrl property.
-
Field Details
-
senderUrl
-
receiverUrl
-
-
Constructor Details
-
Location
public Location()
-
-
Method Details
-
getSenderUrl
Gets the value of the senderUrl property.- Returns:
- possible object is
UrlType
-
setSenderUrl
Sets the value of the senderUrl property.- Parameters:
value
- allowed object isUrlType
-
getReceiverUrl
Gets the value of the receiverUrl property.- Returns:
- possible object is
UrlType
-
setReceiverUrl
Sets the value of the receiverUrl property.- Parameters:
value
- allowed object isUrlType
-