Class ExtendedDataType

java.lang.Object
tyler.ecf.extensions.common.ExtendedDataType
Direct Known Subclasses:
CaseEventType, RepresentativeCapacityType, ServicePartyDataType

public class ExtendedDataType extends Object

Java class for ExtendedDataType complex type.

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

 <complexType name="ExtendedDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ExtendedDataType

      public ExtendedDataType()
  • Method Details

    • 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