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