Class ServiceTypeType

java.lang.Object
tyler.ecf.extensions.servicetypesresponsemessage.ServiceTypeType

public class ServiceTypeType extends Object

Java class for ServiceTypeType complex type.

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

 <complexType name="ServiceTypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:ServiceTypesResponseMessage}ServiceCodeID"/>
         <element ref="{urn:tyler:ecf:extensions:ServiceTypesResponseMessage}Description"/>
         <element ref="{urn:tyler:ecf:extensions:ServiceTypesResponseMessage}IsEmailRequired"/>
         <element ref="{urn:tyler:ecf:extensions:ServiceTypesResponseMessage}IsStreetAddressRequired"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • serviceCodeID

      protected TextType serviceCodeID
    • description

      protected TextType description
    • isEmailRequired

      protected Boolean isEmailRequired
    • isStreetAddressRequired

      protected Boolean isStreetAddressRequired
  • Constructor Details

    • ServiceTypeType

      public ServiceTypeType()
  • Method Details

    • getServiceCodeID

      public TextType getServiceCodeID()
      Gets the value of the serviceCodeID property.
      Returns:
      possible object is TextType
    • setServiceCodeID

      public void setServiceCodeID(TextType value)
      Sets the value of the serviceCodeID property.
      Parameters:
      value - allowed object is TextType
    • getDescription

      public TextType getDescription()
      Gets the value of the description property.
      Returns:
      possible object is TextType
    • setDescription

      public void setDescription(TextType value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is TextType
    • getIsEmailRequired

      public Boolean getIsEmailRequired()
      Gets the value of the isEmailRequired property.
      Returns:
      possible object is Boolean
    • setIsEmailRequired

      public void setIsEmailRequired(Boolean value)
      Sets the value of the isEmailRequired property.
      Parameters:
      value - allowed object is Boolean
    • getIsStreetAddressRequired

      public Boolean getIsStreetAddressRequired()
      Gets the value of the isStreetAddressRequired property.
      Returns:
      possible object is Boolean
    • setIsStreetAddressRequired

      public void setIsStreetAddressRequired(Boolean value)
      Sets the value of the isStreetAddressRequired property.
      Parameters:
      value - allowed object is Boolean
    • 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 Object