Class DataReference
- java.lang.Object
-
- nl.logius.digikoppeling.gb._2010._10.DataReference
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description protected DataReference.Content
content
protected String
contextId
protected DataReference.Lifetime
lifetime
protected DataReference.Transport
transport
-
Constructor Summary
Constructors Constructor Description DataReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
lifetime
protected DataReference.Lifetime lifetime
-
content
protected DataReference.Content content
-
transport
protected DataReference.Transport transport
-
contextId
protected String contextId
-
-
Method Detail
-
getLifetime
public DataReference.Lifetime getLifetime()
Gets the value of the lifetime property.- Returns:
- possible object is
DataReference.Lifetime
-
setLifetime
public void setLifetime(DataReference.Lifetime value)
Sets the value of the lifetime property.- Parameters:
value
- allowed object isDataReference.Lifetime
-
getContent
public DataReference.Content getContent()
Gets the value of the content property.- Returns:
- possible object is
DataReference.Content
-
setContent
public void setContent(DataReference.Content value)
Sets the value of the content property.- Parameters:
value
- allowed object isDataReference.Content
-
getTransport
public DataReference.Transport getTransport()
Gets the value of the transport property.- Returns:
- possible object is
DataReference.Transport
-
setTransport
public void setTransport(DataReference.Transport value)
Sets the value of the transport property.- Parameters:
value
- allowed object isDataReference.Transport
-
getContextId
public String getContextId()
Gets the value of the contextId property.- Returns:
- possible object is
String
-
-