Package tyler.ecf.extensions.common
Class DocumentAttachmentIdentificationType
java.lang.Object
tyler.ecf.extensions.common.DocumentAttachmentIdentificationType
Java class for DocumentAttachmentIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentAttachmentIdentificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}DocumentAttachmentReference"/> <element ref="{urn:tyler:ecf:extensions:Common}DocumentID" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}CMSID" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}DocumentSecurity" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected ReferenceType
protected String
protected DocumentSecurityType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCMSID()
Gets the value of the cmsid property.Gets the value of the documentAttachmentReference property.Gets the value of the documentID property.Gets the value of the documentSecurity property.void
Sets the value of the cmsid property.void
Sets the value of the documentAttachmentReference property.void
setDocumentID
(String value) Sets the value of the documentID property.void
Sets the value of the documentSecurity property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
documentAttachmentReference
-
documentID
-
cmsid
-
documentSecurity
-
-
Constructor Details
-
DocumentAttachmentIdentificationType
public DocumentAttachmentIdentificationType()
-
-
Method Details
-
getDocumentAttachmentReference
Gets the value of the documentAttachmentReference property.- Returns:
- possible object is
ReferenceType
-
setDocumentAttachmentReference
Sets the value of the documentAttachmentReference property.- Parameters:
value
- allowed object isReferenceType
-
getDocumentID
Gets the value of the documentID property.- Returns:
- possible object is
String
-
setDocumentID
Sets the value of the documentID property.- Parameters:
value
- allowed object isString
-
getCMSID
Gets the value of the cmsid property.- Returns:
- possible object is
String
-
setCMSID
Sets the value of the cmsid property.- Parameters:
value
- allowed object isString
-
getDocumentSecurity
Gets the value of the documentSecurity property.- Returns:
- possible object is
DocumentSecurityType
-
setDocumentSecurity
Sets the value of the documentSecurity property.- Parameters:
value
- allowed object isDocumentSecurityType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-