| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationRepositoryDocumentDataType |
Encapsulating element containing all Integration Repository Document data.
Java class for Integration_Repository_Document_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Repository_Document_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="File_Size" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<choice>
<element name="Content_Type_Reference" type="{urn:com.workday/bsvc}Mime_TypeObjectType" minOccurs="0"/>
<element name="Content_Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="80"/>
</restriction>
</simpleType>
</element>
</choice>
<element name="Document_Type_Reference" type="{urn:com.workday/bsvc}Document_TypeObjectType" minOccurs="0"/>
<element name="Expiration_Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Owner_Reference" type="{urn:com.workday/bsvc}System_AccountObjectType" minOccurs="0"/>
<element name="Document_Tag_Reference" type="{urn:com.workday/bsvc}Document_TagObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Custom_Document_Tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Secured_Instance_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Document_ID">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="513"/>
</restriction>
</simpleType>
</attribute>
<attribute name="File_Name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentType | |||||||||||
| contentTypeReference | |||||||||||
| customDocumentTag | |||||||||||
| documentID | |||||||||||
| documentTagReference | |||||||||||
| documentTypeReference | |||||||||||
| expirationTimestamp | |||||||||||
| fileName | |||||||||||
| fileSize | |||||||||||
| ownerReference | |||||||||||
| securedInstanceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contentType property.
| |||||||||||
Gets the value of the contentTypeReference property.
| |||||||||||
Gets the value of the customDocumentTag property.
| |||||||||||
Gets the value of the documentID property.
| |||||||||||
Gets the value of the documentTagReference property.
| |||||||||||
Gets the value of the documentTypeReference property.
| |||||||||||
Gets the value of the expirationTimestamp property.
| |||||||||||
Gets the value of the fileName property.
| |||||||||||
Gets the value of the fileSize property.
| |||||||||||
Gets the value of the ownerReference property.
| |||||||||||
Gets the value of the securedInstanceReference property.
| |||||||||||
Sets the value of the contentType property.
| |||||||||||
Sets the value of the contentTypeReference property.
| |||||||||||
Sets the value of the customDocumentTag property.
| |||||||||||
Sets the value of the documentID property.
| |||||||||||
Sets the value of the documentTagReference property.
| |||||||||||
Sets the value of the documentTypeReference property.
| |||||||||||
Sets the value of the expirationTimestamp property.
| |||||||||||
Sets the value of the fileName property.
| |||||||||||
Sets the value of the fileSize property.
| |||||||||||
Sets the value of the ownerReference property.
| |||||||||||
Sets the value of the securedInstanceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contentType property.
Gets the value of the contentTypeReference property.
MimeTypeObjectType
Gets the value of the customDocumentTag property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customDocumentTag property.
For example, to add a new item, do as follows:
getCustomDocumentTag().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the documentID property.
Gets the value of the documentTagReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the documentTagReference property.
For example, to add a new item, do as follows:
getDocumentTagReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentTagObjectType
Gets the value of the documentTypeReference property.
DocumentTypeObjectType
Gets the value of the expirationTimestamp property.
Gets the value of the fileName property.
Gets the value of the fileSize property.
Gets the value of the ownerReference property.
SystemAccountObjectType
Gets the value of the securedInstanceReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the securedInstanceReference property.
For example, to add a new item, do as follows:
getSecuredInstanceReference().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceObjectType
Sets the value of the contentType property.
| value | Allowed object is String |
|---|
Sets the value of the contentTypeReference property.
| value | Allowed object is
MimeTypeObjectType
|
|---|
Sets the value of the customDocumentTag property.
| customDocumentTag | Allowed object is String |
|---|
Sets the value of the documentID property.
| value | Allowed object is String |
|---|
Sets the value of the documentTagReference property.
| documentTagReference | Allowed object is
DocumentTagObjectType
|
|---|
Sets the value of the documentTypeReference property.
| value | Allowed object is
DocumentTypeObjectType
|
|---|
Sets the value of the expirationTimestamp property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the fileName property.
| value | Allowed object is String |
|---|
Sets the value of the fileSize property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the ownerReference property.
| value | Allowed object is
SystemAccountObjectType
|
|---|
Sets the value of the securedInstanceReference property.
| securedInstanceReference | Allowed object is
InstanceObjectType
|
|---|