Class ServiceTypeType
java.lang.Object
tyler.ecf.extensions.servicetypesresponsemessage.ServiceTypeType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the isEmailRequired property.Gets the value of the isStreetAddressRequired property.Gets the value of the serviceCodeID property.void
setDescription
(TextType value) Sets the value of the description property.void
setIsEmailRequired
(Boolean value) Sets the value of the isEmailRequired property.void
Sets the value of the isStreetAddressRequired property.void
setServiceCodeID
(TextType value) Sets the value of the serviceCodeID property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
serviceCodeID
-
description
-
isEmailRequired
-
isStreetAddressRequired
-
-
Constructor Details
-
ServiceTypeType
public ServiceTypeType()
-
-
Method Details
-
getServiceCodeID
Gets the value of the serviceCodeID property.- Returns:
- possible object is
TextType
-
setServiceCodeID
Sets the value of the serviceCodeID property.- Parameters:
value
- allowed object isTextType
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
TextType
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isTextType
-
getIsEmailRequired
Gets the value of the isEmailRequired property.- Returns:
- possible object is
Boolean
-
setIsEmailRequired
Sets the value of the isEmailRequired property.- Parameters:
value
- allowed object isBoolean
-
getIsStreetAddressRequired
Gets the value of the isStreetAddressRequired property.- Returns:
- possible object is
Boolean
-
setIsStreetAddressRequired
Sets the value of the isStreetAddressRequired property.- Parameters:
value
- allowed object isBoolean
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-