Class DataReference.Transport
java.lang.Object
nl.logius.digikoppeling.gb._2010._10.DataReference.Transport
- Enclosing class:
- DataReference
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>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.void
Sets the value of the location property.
-
Field Details
-
location
-
-
Constructor Details
-
Transport
public Transport()
-
-
Method Details
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
DataReference.Transport.Location
-
setLocation
Sets the value of the location property.- Parameters:
value
- allowed object isDataReference.Transport.Location
-