Package tyler.ecf.extensions.common
Class CapabilityType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.CapabilityType
tyler.ecf.extensions.common.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 Summary
FieldsFields inherited from class gov.niem.niem.niem_core._2.CapabilityType
capabilityDescriptionText
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the iAmThisUserIndicator property.void
setIAmThisUserIndicator
(Boolean value) Sets the value of the iAmThisUserIndicator property.toString()
Generates a String representation of the contents of this type.Methods inherited from class gov.niem.niem.niem_core._2.CapabilityType
getCapabilityDescriptionText, setCapabilityDescriptionText
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
iAmThisUserIndicator
-
-
Constructor Details
-
CapabilityType
public CapabilityType()
-
-
Method Details
-
getIAmThisUserIndicator
Gets the value of the iAmThisUserIndicator property.- Returns:
- possible object is
Boolean
-
setIAmThisUserIndicator
Sets the value of the iAmThisUserIndicator 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- Overrides:
toString
in classCapabilityType
-