Class DataReference
java.lang.Object
nl.logius.digikoppeling.gb._2010._10.DataReference
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>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type.static class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescriptionprotected DataReference.Content
protected String
protected DataReference.Lifetime
protected DataReference.Transport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.Gets the value of the contextId property.Gets the value of the lifetime property.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
Sets the value of the lifetime property.void
Sets the value of the transport property.
-
Field Details
-
lifetime
-
-
transport
-
contextId
-
-
Constructor Details
-
DataReference
public DataReference()
-
-
Method Details
-
getLifetime
Gets the value of the lifetime property.- Returns:
- possible object is
DataReference.Lifetime
-
setLifetime
Sets the value of the lifetime property.- Parameters:
value
- allowed object isDataReference.Lifetime
-
getContent
Gets the value of the content property.- Returns:
- possible object is
DataReference.Content
-
setContent
Sets the value of the content property.- Parameters:
value
- allowed object isDataReference.Content
-
getTransport
Gets the value of the transport property.- Returns:
- possible object is
DataReference.Transport
-
setTransport
Sets the value of the transport property.- Parameters:
value
- allowed object isDataReference.Transport
-
getContextId
Gets the value of the contextId property.- Returns:
- possible object is
String
-
setContextId
Sets the value of the contextId property.- Parameters:
value
- allowed object isString
-