Class ServiceRecipientType

java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.EntityType
tyler.ecf.extensions.notifyservicemessage.ServiceRecipientType

public class ServiceRecipientType extends EntityType

Java class for ServiceRecipientType complex type.

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

 <complexType name="ServiceRecipientType">
   <complexContent>
     <extension base="{http://niem.gov/niem/niem-core/2.0}EntityType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:NotifyServiceMessage}ServiceContactID"/>
         <element ref="{urn:tyler:ecf:extensions:NotifyServiceMessage}SentDate" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:NotifyServiceMessage}Status"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}EntityPersonReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ServiceRecipientType

      public ServiceRecipientType()
  • Method Details

    • getServiceContactID

      public IdentificationType getServiceContactID()
      Gets the value of the serviceContactID property.
      Returns:
      possible object is IdentificationType
    • setServiceContactID

      public void setServiceContactID(IdentificationType value)
      Sets the value of the serviceContactID property.
      Parameters:
      value - allowed object is IdentificationType
    • getSentDate

      public DateType getSentDate()
      Gets the value of the sentDate property.
      Returns:
      possible object is DateType
    • setSentDate

      public void setSentDate(DateType value)
      Sets the value of the sentDate property.
      Parameters:
      value - allowed object is DateType
    • getStatus

      public TextType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is TextType
    • setStatus

      public void setStatus(TextType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is TextType
    • getEntityPersonReference

      public ReferenceType getEntityPersonReference()
      Gets the value of the entityPersonReference property.
      Returns:
      possible object is ReferenceType
    • setEntityPersonReference

      public void setEntityPersonReference(ReferenceType value)
      Sets the value of the entityPersonReference property.
      Parameters:
      value - allowed object is ReferenceType
    • 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 EntityType