|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectihe.iti.xds_b._2007.RetrieveDocumentSetResponse.DocumentResponse
public static class RetrieveDocumentSetResponse.DocumentResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RepositoryUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/> <element name="DocumentUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/> <element name="mimeType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/> <element name="Document" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected byte[] |
document
|
protected java.lang.String |
documentUniqueId
|
protected java.lang.String |
mimeType
|
protected java.lang.String |
repositoryUniqueId
|
Constructor Summary | |
---|---|
RetrieveDocumentSetResponse.DocumentResponse()
|
Method Summary | |
---|---|
byte[] |
getDocument()
Gets the value of the document property. |
java.lang.String |
getDocumentUniqueId()
Gets the value of the documentUniqueId property. |
java.lang.String |
getMimeType()
Gets the value of the mimeType property. |
java.lang.String |
getRepositoryUniqueId()
Gets the value of the repositoryUniqueId property. |
void |
setDocument(byte[] value)
Sets the value of the document property. |
void |
setDocumentUniqueId(java.lang.String value)
Sets the value of the documentUniqueId property. |
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property. |
void |
setRepositoryUniqueId(java.lang.String value)
Sets the value of the repositoryUniqueId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String repositoryUniqueId
protected java.lang.String documentUniqueId
protected java.lang.String mimeType
protected byte[] document
Constructor Detail |
---|
public RetrieveDocumentSetResponse.DocumentResponse()
Method Detail |
---|
public java.lang.String getRepositoryUniqueId()
String
public void setRepositoryUniqueId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentUniqueId()
String
public void setDocumentUniqueId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMimeType()
String
public void setMimeType(java.lang.String value)
value
- allowed object is
String
public byte[] getDocument()
public void setDocument(byte[] value)
value
- allowed object is
byte[]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |