Class ServiceRecipientDetailType

java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.StatusType
tyler.ecf.extensions.filingdetailresponsemessage.ServiceRecipientDetailType

public class ServiceRecipientDetailType extends StatusType
A value describing the status of electronic service on a particular recipient.

Java class for ServiceRecipientDetailType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceRecipientDetailType">
   <complexContent>
     <extension base="{http://niem.gov/niem/niem-core/2.0}StatusType">
       <sequence>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}ServiceRecipientID"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}StatusCode"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}ServedRecipient"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FirmName"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}IsOpened"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}ServedDate" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}OpenedDate" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}MailServiceIndicator"/>
         <element ref="{urn:tyler:ecf:extensions:Common}TrackingNumber" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • serviceRecipientID

      protected IdentificationType serviceRecipientID
    • statusCode

      protected String statusCode
    • servedRecipient

      protected EntityType servedRecipient
    • firmName

      protected TextType firmName
    • isOpened

      protected boolean isOpened
    • servedDate

      protected DateType servedDate
    • openedDate

      protected DateType openedDate
    • mailServiceIndicator

      protected Boolean mailServiceIndicator
    • trackingNumber

      protected TextType trackingNumber
  • Constructor Details

    • ServiceRecipientDetailType

      public ServiceRecipientDetailType()
  • Method Details

    • getServiceRecipientID

      public IdentificationType getServiceRecipientID()
      Gets the value of the serviceRecipientID property.
      Returns:
      possible object is IdentificationType
    • setServiceRecipientID

      public void setServiceRecipientID(IdentificationType value)
      Sets the value of the serviceRecipientID property.
      Parameters:
      value - allowed object is IdentificationType
    • getStatusCode

      public String getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is String
    • setStatusCode

      public void setStatusCode(String value)
      Sets the value of the statusCode property.
      Parameters:
      value - allowed object is String
    • getServedRecipient

      public EntityType getServedRecipient()
      Gets the value of the servedRecipient property.
      Returns:
      possible object is EntityType
    • setServedRecipient

      public void setServedRecipient(EntityType value)
      Sets the value of the servedRecipient property.
      Parameters:
      value - allowed object is EntityType
    • getFirmName

      public TextType getFirmName()
      Gets the value of the firmName property.
      Returns:
      possible object is TextType
    • setFirmName

      public void setFirmName(TextType value)
      Sets the value of the firmName property.
      Parameters:
      value - allowed object is TextType
    • isIsOpened

      public boolean isIsOpened()
      Gets the value of the isOpened property.
    • setIsOpened

      public void setIsOpened(boolean value)
      Sets the value of the isOpened property.
    • getServedDate

      public DateType getServedDate()
      Gets the value of the servedDate property.
      Returns:
      possible object is DateType
    • setServedDate

      public void setServedDate(DateType value)
      Sets the value of the servedDate property.
      Parameters:
      value - allowed object is DateType
    • getOpenedDate

      public DateType getOpenedDate()
      Gets the value of the openedDate property.
      Returns:
      possible object is DateType
    • setOpenedDate

      public void setOpenedDate(DateType value)
      Sets the value of the openedDate property.
      Parameters:
      value - allowed object is DateType
    • getMailServiceIndicator

      public Boolean getMailServiceIndicator()
      Gets the value of the mailServiceIndicator property.
      Returns:
      possible object is Boolean
    • setMailServiceIndicator

      public void setMailServiceIndicator(Boolean value)
      Sets the value of the mailServiceIndicator property.
      Parameters:
      value - allowed object is Boolean
    • getTrackingNumber

      public TextType getTrackingNumber()
      Gets the value of the trackingNumber property.
      Returns:
      possible object is TextType
    • setTrackingNumber

      public void setTrackingNumber(TextType value)
      Sets the value of the trackingNumber property.
      Parameters:
      value - allowed object is TextType
    • toString

      public String 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 class StatusType