Class CapabilityType


public class CapabilityType extends CapabilityType

Java class for CapabilityType complex type.

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

 <complexType name="CapabilityType">
   <complexContent>
     <extension base="{http://niem.gov/niem/niem-core/2.0}CapabilityType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}IAmThisUserIndicator"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • iAmThisUserIndicator

      protected Boolean iAmThisUserIndicator
  • Constructor Details

    • CapabilityType

      public CapabilityType()
  • Method Details

    • getIAmThisUserIndicator

      public Boolean getIAmThisUserIndicator()
      Gets the value of the iAmThisUserIndicator property.
      Returns:
      possible object is Boolean
    • setIAmThisUserIndicator

      public void setIAmThisUserIndicator(Boolean value)
      Sets the value of the iAmThisUserIndicator 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 CapabilityType