Class DocumentType
Java class for DocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}DocumentType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}FilingCommentsText" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}DocumentOptionalService" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}CourtesyCopiesText" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}PreliminaryCopiesText" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}DocumentAttachmentIdentification" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}FilingAction" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}RedactionIdentification" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}MotionTypeCode" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TextType
protected List
<DocumentAttachmentIdentificationType> protected List
<DocumentOptionalServiceType> protected FilingTypeType
protected TextType
protected TextType
protected TextType
protected List
<RedactionIdentificationType> Fields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.DocumentType
documentMetadata, documentRendition
Fields inherited from class gov.niem.niem.niem_core._2.DocumentType
documentApplicationName, documentBinary, documentCategoryText, documentDescriptionText, documentEffectiveDate, documentFileControlID, documentFiledDate, documentIdentification, documentInformationCutOffDate, documentLanguage, documentPostDate, documentReceivedDate, documentSequenceID, documentStatus, documentSubmitter, documentTitleText
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the courtesyCopiesText property.Gets the value of the documentAttachmentIdentification property.Gets the value of the documentOptionalService property.Gets the value of the filingAction property.Gets the value of the filingCommentsText property.Gets the value of the motionTypeCode property.Gets the value of the preliminaryCopiesText property.Gets the value of the redactionIdentification property.void
setCourtesyCopiesText
(TextType value) Sets the value of the courtesyCopiesText property.void
setFilingAction
(FilingTypeType value) Sets the value of the filingAction property.void
setFilingCommentsText
(TextType value) Sets the value of the filingCommentsText property.void
setMotionTypeCode
(TextType value) Sets the value of the motionTypeCode property.void
setPreliminaryCopiesText
(TextType value) Sets the value of the preliminaryCopiesText property.toString()
Generates a String representation of the contents of this type.Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.DocumentType
getDocumentMetadata, getDocumentRendition, setDocumentMetadata
Methods inherited from class gov.niem.niem.niem_core._2.DocumentType
getDocumentApplicationName, getDocumentBinary, getDocumentCategoryText, getDocumentDescriptionText, getDocumentEffectiveDate, getDocumentFileControlID, getDocumentFiledDate, getDocumentIdentification, getDocumentInformationCutOffDate, getDocumentLanguage, getDocumentPostDate, getDocumentReceivedDate, getDocumentSequenceID, getDocumentStatus, getDocumentSubmitter, getDocumentTitleText, setDocumentApplicationName, setDocumentBinary, setDocumentDescriptionText, setDocumentEffectiveDate, setDocumentFileControlID, setDocumentFiledDate, setDocumentInformationCutOffDate, setDocumentLanguage, setDocumentPostDate, setDocumentReceivedDate, setDocumentSequenceID, setDocumentStatus, setDocumentSubmitter, setDocumentTitleText
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
filingCommentsText
-
documentOptionalService
-
courtesyCopiesText
-
preliminaryCopiesText
-
documentAttachmentIdentification
-
filingAction
-
redactionIdentification
-
motionTypeCode
-
-
Constructor Details
-
DocumentType
public DocumentType()
-
-
Method Details
-
getFilingCommentsText
Gets the value of the filingCommentsText property.- Returns:
- possible object is
TextType
-
setFilingCommentsText
Sets the value of the filingCommentsText property.- Parameters:
value
- allowed object isTextType
-
getDocumentOptionalService
Gets the value of the documentOptionalService 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 Jakarta XML Binding object. This is why there is not a
set
method for the documentOptionalService property.For example, to add a new item, do as follows:
getDocumentOptionalService().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentOptionalServiceType
-
getCourtesyCopiesText
Gets the value of the courtesyCopiesText property.- Returns:
- possible object is
TextType
-
setCourtesyCopiesText
Sets the value of the courtesyCopiesText property.- Parameters:
value
- allowed object isTextType
-
getPreliminaryCopiesText
Gets the value of the preliminaryCopiesText property.- Returns:
- possible object is
TextType
-
setPreliminaryCopiesText
Sets the value of the preliminaryCopiesText property.- Parameters:
value
- allowed object isTextType
-
getDocumentAttachmentIdentification
Gets the value of the documentAttachmentIdentification 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 Jakarta XML Binding object. This is why there is not a
set
method for the documentAttachmentIdentification property.For example, to add a new item, do as follows:
getDocumentAttachmentIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentAttachmentIdentificationType
-
getFilingAction
Gets the value of the filingAction property.- Returns:
- possible object is
FilingTypeType
-
setFilingAction
Sets the value of the filingAction property.- Parameters:
value
- allowed object isFilingTypeType
-
getRedactionIdentification
Gets the value of the redactionIdentification 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 Jakarta XML Binding object. This is why there is not a
set
method for the redactionIdentification property.For example, to add a new item, do as follows:
getRedactionIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
RedactionIdentificationType
-
getMotionTypeCode
Gets the value of the motionTypeCode property.- Returns:
- possible object is
TextType
-
setMotionTypeCode
Sets the value of the motionTypeCode 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- Overrides:
toString
in classDocumentType
-