Class DataReference.Transport
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.DataReference.Transport
-
- Enclosing class:
- DataReference
public static class DataReference.Transport extends Object
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataReference.Transport.Location<p>Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DataReference.Transport.Locationlocation
-
Constructor Summary
Constructors Constructor Description Transport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataReference.Transport.LocationgetLocation()Gets the value of the location property.voidsetLocation(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
-
-