Package tyler.ecf.extensions.common
Class HearingScheduleType
java.lang.Object
tyler.ecf.extensions.common.HearingScheduleType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the courtCityStateZip property.Gets the value of the courtRoom property.Gets the value of the courtStreet property.Gets the value of the scheduleDayEndTime property.Gets the value of the scheduleDayStartTime property.void
setCourtCityStateZip
(TextType value) Sets the value of the courtCityStateZip property.void
setCourtRoom
(TextType value) Sets the value of the courtRoom property.void
setCourtStreet
(TextType value) Sets the value of the courtStreet property.void
setScheduleDayEndTime
(DateType value) Sets the value of the scheduleDayEndTime property.void
setScheduleDayStartTime
(DateType value) Sets the value of the scheduleDayStartTime property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
scheduleDayStartTime
-
scheduleDayEndTime
-
courtRoom
-
courtStreet
-
courtCityStateZip
-
-
Constructor Details
-
HearingScheduleType
public HearingScheduleType()
-
-
Method Details
-
getScheduleDayStartTime
Gets the value of the scheduleDayStartTime property.- Returns:
- possible object is
DateType
-
setScheduleDayStartTime
Sets the value of the scheduleDayStartTime property.- Parameters:
value
- allowed object isDateType
-
getScheduleDayEndTime
Gets the value of the scheduleDayEndTime property.- Returns:
- possible object is
DateType
-
setScheduleDayEndTime
Sets the value of the scheduleDayEndTime property.- Parameters:
value
- allowed object isDateType
-
getCourtRoom
Gets the value of the courtRoom property.- Returns:
- possible object is
TextType
-
setCourtRoom
Sets the value of the courtRoom property.- Parameters:
value
- allowed object isTextType
-
getCourtStreet
Gets the value of the courtStreet property.- Returns:
- possible object is
TextType
-
setCourtStreet
Sets the value of the courtStreet property.- Parameters:
value
- allowed object isTextType
-
getCourtCityStateZip
Gets the value of the courtCityStateZip property.- Returns:
- possible object is
TextType
-
setCourtCityStateZip
Sets the value of the courtCityStateZip 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
-