Class DataReference.Transport

  • Enclosing class:
    DataReference

    public static class DataReference.Transport
    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="location">
               <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>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>