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