Package tyler.ecf.extensions.common
Class RedactionIdentificationType
java.lang.Object
tyler.ecf.extensions.common.RedactionIdentificationType
Java class for RedactionIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RedactionIdentificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}AttachmentReference"/> <element ref="{urn:tyler:ecf:extensions:Common}RedactionID"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachmentReference property.Gets the value of the redactionID property.void
Sets the value of the attachmentReference property.void
setRedactionID
(TextType value) Sets the value of the redactionID property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
attachmentReference
-
redactionID
-
-
Constructor Details
-
RedactionIdentificationType
public RedactionIdentificationType()
-
-
Method Details
-
getAttachmentReference
Gets the value of the attachmentReference property.- Returns:
- possible object is
ReferenceType
-
setAttachmentReference
Sets the value of the attachmentReference property.- Parameters:
value
- allowed object isReferenceType
-
getRedactionID
Gets the value of the redactionID property.- Returns:
- possible object is
TextType
-
setRedactionID
Sets the value of the redactionID property.- Parameters:
value
- allowed object isTextType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-