Class HearingScheduleType

java.lang.Object
tyler.ecf.extensions.common.HearingScheduleType

public class HearingScheduleType extends Object

Java class for HearingScheduleType complex type.

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

 <complexType name="HearingScheduleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}ScheduleDayStartTime" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ScheduleDayEndTime" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}CourtRoom" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}CourtStreet" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}CourtCityStateZip" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • scheduleDayStartTime

      protected DateType scheduleDayStartTime
    • scheduleDayEndTime

      protected DateType scheduleDayEndTime
    • courtRoom

      protected TextType courtRoom
    • courtStreet

      protected TextType courtStreet
    • courtCityStateZip

      protected TextType courtCityStateZip
  • Constructor Details

    • HearingScheduleType

      public HearingScheduleType()
  • Method Details

    • getScheduleDayStartTime

      public DateType getScheduleDayStartTime()
      Gets the value of the scheduleDayStartTime property.
      Returns:
      possible object is DateType
    • setScheduleDayStartTime

      public void setScheduleDayStartTime(DateType value)
      Sets the value of the scheduleDayStartTime property.
      Parameters:
      value - allowed object is DateType
    • getScheduleDayEndTime

      public DateType getScheduleDayEndTime()
      Gets the value of the scheduleDayEndTime property.
      Returns:
      possible object is DateType
    • setScheduleDayEndTime

      public void setScheduleDayEndTime(DateType value)
      Sets the value of the scheduleDayEndTime property.
      Parameters:
      value - allowed object is DateType
    • getCourtRoom

      public TextType getCourtRoom()
      Gets the value of the courtRoom property.
      Returns:
      possible object is TextType
    • setCourtRoom

      public void setCourtRoom(TextType value)
      Sets the value of the courtRoom property.
      Parameters:
      value - allowed object is TextType
    • getCourtStreet

      public TextType getCourtStreet()
      Gets the value of the courtStreet property.
      Returns:
      possible object is TextType
    • setCourtStreet

      public void setCourtStreet(TextType value)
      Sets the value of the courtStreet property.
      Parameters:
      value - allowed object is TextType
    • getCourtCityStateZip

      public TextType getCourtCityStateZip()
      Gets the value of the courtCityStateZip property.
      Returns:
      possible object is TextType
    • setCourtCityStateZip

      public void setCourtCityStateZip(TextType value)
      Sets the value of the courtCityStateZip 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 Object