Package tyler.ecf.extensions.common
Class FilerInformationType
java.lang.Object
tyler.ecf.extensions.common.FilerInformationType
Java class for FilerInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilerInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}FilerName" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}FirmName" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the filerName property.Gets the value of the firmName property.void
setFilerName
(TextType value) Sets the value of the filerName property.void
setFirmName
(TextType value) Sets the value of the firmName property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
filerName
-
firmName
-
-
Constructor Details
-
FilerInformationType
public FilerInformationType()
-
-
Method Details
-
getFilerName
Gets the value of the filerName property.- Returns:
- possible object is
TextType
-
setFilerName
Sets the value of the filerName property.- Parameters:
value
- allowed object isTextType
-
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
-