public class DataReference extends Object
Java class for data-reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="data-reference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lifetime">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="creationTime" type="{http://www.logius.nl/digikoppeling/gb/2010/10}datetimeType" minOccurs="0"/>
<element name="expirationTime" type="{http://www.logius.nl/digikoppeling/gb/2010/10}datetimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="content">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filename" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
<element name="checksum" type="{http://www.logius.nl/digikoppeling/gb/2010/10}checksumType"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
</sequence>
<attribute name="contentType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="transport">
<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>
</element>
</sequence>
<attribute name="contextId" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DataReference.Content
Java class for anonymous complex type.
|
static class |
DataReference.Lifetime
Java class for anonymous complex type.
|
static class |
DataReference.Transport
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataReference.Content |
content |
protected String |
contextId |
protected DataReference.Lifetime |
lifetime |
protected DataReference.Transport |
transport |
| Constructor and Description |
|---|
DataReference() |
| Modifier and Type | Method and Description |
|---|---|
DataReference.Content |
getContent()
Gets the value of the content property.
|
String |
getContextId()
Gets the value of the contextId property.
|
DataReference.Lifetime |
getLifetime()
Gets the value of the lifetime property.
|
DataReference.Transport |
getTransport()
Gets the value of the transport property.
|
void |
setContent(DataReference.Content value)
Sets the value of the content property.
|
void |
setContextId(String value)
Sets the value of the contextId property.
|
void |
setLifetime(DataReference.Lifetime value)
Sets the value of the lifetime property.
|
void |
setTransport(DataReference.Transport value)
Sets the value of the transport property.
|
protected DataReference.Lifetime lifetime
protected DataReference.Content content
protected DataReference.Transport transport
protected String contextId
public DataReference.Lifetime getLifetime()
DataReference.Lifetimepublic void setLifetime(DataReference.Lifetime value)
value - allowed object is
DataReference.Lifetimepublic DataReference.Content getContent()
DataReference.Contentpublic void setContent(DataReference.Content value)
value - allowed object is
DataReference.Contentpublic DataReference.Transport getTransport()
DataReference.Transportpublic void setTransport(DataReference.Transport value)
value - allowed object is
DataReference.Transportpublic String getContextId()
StringCopyright © 2019 B3Partners B.V.. All rights reserved.