Class DataReference.Transport
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataReference.Transport.Location
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DataReference.Transport.Location
location
-
Constructor Summary
Constructors Constructor Description Transport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataReference.Transport.Location
getLocation()
Gets the value of the location property.void
setLocation(DataReference.Transport.Location value)
Sets the value of the location property.
-
-
-
Field Detail
-
location
protected DataReference.Transport.Location location
-
-
Method Detail
-
getLocation
public DataReference.Transport.Location getLocation()
Gets the value of the location property.- Returns:
- possible object is
DataReference.Transport.Location
-
setLocation
public void setLocation(DataReference.Transport.Location value)
Sets the value of the location property.- Parameters:
value
- allowed object isDataReference.Transport.Location
-
-