|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._2918.v1_2.DataObjectReference
public class DataObjectReference
Java class for DataObjectReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataObjectReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
<element name="DataObjectReferenceExtensions" type="{http://uri.etsi.org/2918/v1.2.1#}ExtensionsListType" minOccurs="0"/>
</sequence>
<attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Rootfile" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ExtensionsListType |
dataObjectReferenceExtensions
|
protected DigestMethod |
digestMethod
|
protected byte[] |
digestValue
|
protected String |
mimeType
|
protected Boolean |
rootfile
|
protected String |
uri
|
| Constructor Summary | |
|---|---|
DataObjectReference()
Default no-arg constructor |
|
DataObjectReference(DigestMethod digestMethod,
byte[] digestValue,
ExtensionsListType dataObjectReferenceExtensions,
String uri,
String mimeType,
Boolean rootfile)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
ExtensionsListType |
getDataObjectReferenceExtensions()
Gets the value of the dataObjectReferenceExtensions property. |
DigestMethod |
getDigestMethod()
Gets the value of the digestMethod property. |
byte[] |
getDigestValue()
Gets the value of the digestValue property. |
String |
getMimeType()
Gets the value of the mimeType property. |
Boolean |
getRootfile()
Gets the value of the rootfile property. |
String |
getURI()
Gets the value of the uri property. |
void |
setDataObjectReferenceExtensions(ExtensionsListType value)
Sets the value of the dataObjectReferenceExtensions property. |
void |
setDigestMethod(DigestMethod value)
Sets the value of the digestMethod property. |
void |
setDigestValue(byte[] value)
Sets the value of the digestValue property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setRootfile(Boolean value)
Sets the value of the rootfile property. |
void |
setURI(String value)
Sets the value of the uri property. |
String |
toString()
|
DataObjectReference |
withDataObjectReferenceExtensions(ExtensionsListType value)
|
DataObjectReference |
withDigestMethod(DigestMethod value)
|
DataObjectReference |
withDigestValue(byte[] value)
|
DataObjectReference |
withMimeType(String value)
|
DataObjectReference |
withRootfile(Boolean value)
|
DataObjectReference |
withURI(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected DigestMethod digestMethod
protected byte[] digestValue
protected ExtensionsListType dataObjectReferenceExtensions
protected String uri
protected String mimeType
protected Boolean rootfile
| Constructor Detail |
|---|
public DataObjectReference()
public DataObjectReference(DigestMethod digestMethod,
byte[] digestValue,
ExtensionsListType dataObjectReferenceExtensions,
String uri,
String mimeType,
Boolean rootfile)
| Method Detail |
|---|
public DigestMethod getDigestMethod()
DigestMethodpublic void setDigestMethod(DigestMethod value)
value - allowed object is
DigestMethodpublic byte[] getDigestValue()
public void setDigestValue(byte[] value)
value - allowed object is
byte[]public ExtensionsListType getDataObjectReferenceExtensions()
ExtensionsListTypepublic void setDataObjectReferenceExtensions(ExtensionsListType value)
value - allowed object is
ExtensionsListTypepublic String getURI()
Stringpublic void setURI(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic Boolean getRootfile()
Booleanpublic void setRootfile(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic DataObjectReference withDigestMethod(DigestMethod value)
public DataObjectReference withDigestValue(byte[] value)
public DataObjectReference withDataObjectReferenceExtensions(ExtensionsListType value)
public DataObjectReference withURI(String value)
public DataObjectReference withMimeType(String value)
public DataObjectReference withRootfile(Boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||