public static class RetrieveDocumentSetResponseType.DocumentResponse
extends java.lang.Object
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="HomeCommunityId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/>
<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="NewRepositoryUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/>
<element name="NewDocumentUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RetrieveDocumentSetResponseType.DocumentResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDocument()
Gets the value of the document property.
|
java.lang.String |
getDocumentUniqueId()
Gets the value of the documentUniqueId property.
|
java.lang.String |
getHomeCommunityId()
Gets the value of the homeCommunityId property.
|
java.lang.String |
getMimeType()
Gets the value of the mimeType property.
|
java.lang.String |
getNewDocumentUniqueId()
Gets the value of the newDocumentUniqueId property.
|
java.lang.String |
getNewRepositoryUniqueId()
Gets the value of the newRepositoryUniqueId 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 |
setHomeCommunityId(java.lang.String value)
Sets the value of the homeCommunityId property.
|
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property.
|
void |
setNewDocumentUniqueId(java.lang.String value)
Sets the value of the newDocumentUniqueId property.
|
void |
setNewRepositoryUniqueId(java.lang.String value)
Sets the value of the newRepositoryUniqueId property.
|
void |
setRepositoryUniqueId(java.lang.String value)
Sets the value of the repositoryUniqueId property.
|
public RetrieveDocumentSetResponseType.DocumentResponse()
public java.lang.String getHomeCommunityId()
Stringpublic void setHomeCommunityId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRepositoryUniqueId()
Stringpublic void setRepositoryUniqueId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentUniqueId()
Stringpublic void setDocumentUniqueId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNewRepositoryUniqueId()
Stringpublic void setNewRepositoryUniqueId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNewDocumentUniqueId()
Stringpublic void setNewDocumentUniqueId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic byte[] getDocument()
public void setDocument(byte[] value)
value - allowed object is
byte[]