Package tyler.ecf.extensions.common
Class CaseAbstractorType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.EntityType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.CaseParticipantType
tyler.ecf.extensions.common.CaseAbstractorType
Additional information about an abstractor.
Java class for CaseAbstractorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaseAbstractorType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}CaseParticipantType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}AbstractorName"/> <element ref="{urn:tyler:ecf:extensions:Common}Fees"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.CaseParticipantType
caseParticipantRoleCode, contactInformation
Fields inherited from class gov.niem.niem.niem_core._2.EntityType
entityRepresentation
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 abstractorName property.getFees()
Gets the value of the fees property.void
setAbstractorName
(TextType value) Sets the value of the abstractorName property.void
setFees
(AmountType value) Sets the value of the fees 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.CaseParticipantType
getCaseParticipantRoleCode, getContactInformation, setCaseParticipantRoleCode
Methods inherited from class gov.niem.niem.niem_core._2.EntityType
getEntityRepresentation, setEntityRepresentation
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
abstractorName
-
fees
-
-
Constructor Details
-
CaseAbstractorType
public CaseAbstractorType()
-
-
Method Details
-
getAbstractorName
Gets the value of the abstractorName property.- Returns:
- possible object is
TextType
-
setAbstractorName
Sets the value of the abstractorName property.- Parameters:
value
- allowed object isTextType
-
getFees
Gets the value of the fees property.- Returns:
- possible object is
AmountType
-
setFees
Sets the value of the fees property.- Parameters:
value
- allowed object isAmountType
-
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 classCaseParticipantType
-