Package tyler.ecf.extensions.common
Class PersonFilerType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.PersonType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.PersonType
tyler.ecf.extensions.common.PersonFilerType
Java class for PersonFilerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonFilerType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}PersonType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}FirmName"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.PersonType
personAugmentation
Fields inherited from class gov.niem.niem.niem_core._2.PersonType
personBirthDate, personCapability, personCitizenship, personDNA, personEthnicity, personEyeColor, personFingerprintSet, personHairColor, personHeightMeasure, personLanguageEnglishIndicator, personName, personOtherIdentification, personPhysicalFeature, personPrimaryLanguage, personRace, personSex, personStateIdentification, personTaxIdentification, personWeightMeasure
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 firmName property.void
setFirmName
(TextType value) Sets the value of the firmName 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.PersonType
getPersonAugmentation, setPersonAugmentation
Methods inherited from class gov.niem.niem.niem_core._2.PersonType
getPersonBirthDate, getPersonCapability, getPersonCitizenship, getPersonDNA, getPersonEthnicity, getPersonEyeColor, getPersonFingerprintSet, getPersonHairColor, getPersonHeightMeasure, getPersonLanguageEnglishIndicator, getPersonName, getPersonOtherIdentification, getPersonPhysicalFeature, getPersonPrimaryLanguage, getPersonRace, getPersonSex, getPersonStateIdentification, getPersonTaxIdentification, getPersonWeightMeasure, setPersonBirthDate, setPersonCapability, setPersonDNA, setPersonEthnicity, setPersonEyeColor, setPersonHairColor, setPersonHeightMeasure, setPersonLanguageEnglishIndicator, setPersonName, setPersonPrimaryLanguage, setPersonRace, setPersonSex, setPersonStateIdentification, setPersonTaxIdentification, setPersonWeightMeasure
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
firmName
-
-
Constructor Details
-
PersonFilerType
public PersonFilerType()
-
-
Method Details
-
getFirmName
Gets the value of the firmName property.- Returns:
- possible object is
TextType
-
setFirmName
Sets the value of the firmName 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 classPersonType
-