public static class RetrieveDocumentSetResponseType.DocumentResponse extends 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="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 |
|---|
DocumentResponse() |
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
getDocument()
Gets the value of the document property.
|
String |
getDocumentUniqueId()
Gets the value of the documentUniqueId property.
|
String |
getHomeCommunityId()
Gets the value of the homeCommunityId property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getRepositoryUniqueId()
Gets the value of the repositoryUniqueId property.
|
void |
setDocument(DataHandler value)
Sets the value of the document property.
|
void |
setDocumentUniqueId(String value)
Sets the value of the documentUniqueId property.
|
void |
setHomeCommunityId(String value)
Sets the value of the homeCommunityId property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setRepositoryUniqueId(String value)
Sets the value of the repositoryUniqueId property.
|
public String getHomeCommunityId()
Stringpublic void setHomeCommunityId(String value)
value - allowed object is
Stringpublic String getRepositoryUniqueId()
Stringpublic void setRepositoryUniqueId(String value)
value - allowed object is
Stringpublic String getDocumentUniqueId()
Stringpublic void setDocumentUniqueId(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic DataHandler getDocument()
DataHandlerpublic void setDocument(DataHandler value)
value - allowed object is
DataHandlerCopyright © 2010–2025. All rights reserved.