Class 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> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;choice&gt; &lt;element name="senderUrl" type="{http://www.logius.nl/digikoppeling/gb/2010/10}urlType"/&gt; &lt;element name="receiverUrl" type="{http://www.logius.nl/digikoppeling/gb/2010/10}urlType"/&gt; &lt;/choice&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • senderUrl

        protected UrlType senderUrl
      • receiverUrl

        protected UrlType receiverUrl
    • Constructor Detail

      • Location

        public Location()
    • 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 is UrlType
      • getReceiverUrl

        public UrlType getReceiverUrl()
        Gets the value of the receiverUrl property.
        Returns:
        possible object is UrlType
      • setReceiverUrl

        public void setReceiverUrl​(UrlType value)
        Sets the value of the receiverUrl property.
        Parameters:
        value - allowed object is UrlType