Package tyler.ecf.extensions.common
Class DevelopmentPolicyParametersType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
oasis.names.tc.legalxml_courtfiling.schema.xsd.courtpolicyresponsemessage_4.DevelopmentPolicyParametersType
tyler.ecf.extensions.common.DevelopmentPolicyParametersType
Java class for DevelopmentPolicyParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DevelopmentPolicyParametersType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CourtPolicyResponseMessage-4.0}DevelopmentPolicyParametersType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}TimeoutMinutes"/> <element ref="{urn:tyler:ecf:extensions:Common}TimeoutResetHour"/> <element ref="{urn:tyler:ecf:extensions:Common}UseComposableSecurity" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}ComposableSecurityURI" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}ComposableSecurityTenant" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}ComposableSecurityDefaultRole" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}UseOktaAuthentication" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}OktaAuthenticationURI" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<IdentificationType> protected IdentificationType
protected AnyURI
protected AnyURI
protected int
protected XMLGregorianCalendar
protected Boolean
protected Boolean
Fields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.courtpolicyresponsemessage_4.DevelopmentPolicyParametersType
acceptConfidentialFilingsIndicator, acceptDocumentsRequiringFeesIndicator, acceptMultipleLeadDocumentsIndicator, courtExtension, effectiveDate, expirationDate, filingFeesMayBeApplicableIndicator, locationSpecificUrl, maximumAllowedAttachmentSize, maximumAllowedMessageSize, supportedCaseType, supportedMessageProfileCode, supportedOperationName, supportedSignatureProfileCode, urlAttachmentSupportedIndicator
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 composableSecurityDefaultRole property.Gets the value of the composableSecurityTenant property.Gets the value of the composableSecurityURI property.Gets the value of the oktaAuthenticationURI property.int
Gets the value of the timeoutMinutes property.Gets the value of the timeoutResetHour property.Gets the value of the useComposableSecurity property.Gets the value of the useOktaAuthentication property.void
Sets the value of the composableSecurityTenant property.void
setComposableSecurityURI
(AnyURI value) Sets the value of the composableSecurityURI property.void
setOktaAuthenticationURI
(AnyURI value) Sets the value of the oktaAuthenticationURI property.void
setTimeoutMinutes
(int value) Sets the value of the timeoutMinutes property.void
Sets the value of the timeoutResetHour property.void
setUseComposableSecurity
(Boolean value) Sets the value of the useComposableSecurity property.void
setUseOktaAuthentication
(Boolean value) Sets the value of the useOktaAuthentication property.toString()
Generates a String representation of the contents of this type.Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.courtpolicyresponsemessage_4.DevelopmentPolicyParametersType
getAcceptConfidentialFilingsIndicator, getAcceptDocumentsRequiringFeesIndicator, getAcceptMultipleLeadDocumentsIndicator, getCourtExtension, getEffectiveDate, getExpirationDate, getFilingFeesMayBeApplicableIndicator, getLocationSpecificUrl, getMaximumAllowedAttachmentSize, getMaximumAllowedMessageSize, getSupportedCaseType, getSupportedMessageProfileCode, getSupportedOperationName, getSupportedSignatureProfileCode, getURLAttachmentSupportedIndicator, setAcceptConfidentialFilingsIndicator, setAcceptDocumentsRequiringFeesIndicator, setAcceptMultipleLeadDocumentsIndicator, setEffectiveDate, setExpirationDate, setFilingFeesMayBeApplicableIndicator, setLocationSpecificUrl, setMaximumAllowedAttachmentSize, setMaximumAllowedMessageSize, setURLAttachmentSupportedIndicator
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
timeoutMinutes
protected int timeoutMinutes -
timeoutResetHour
-
useComposableSecurity
-
composableSecurityURI
-
composableSecurityTenant
-
composableSecurityDefaultRole
-
useOktaAuthentication
-
oktaAuthenticationURI
-
-
Constructor Details
-
DevelopmentPolicyParametersType
public DevelopmentPolicyParametersType()
-
-
Method Details
-
getTimeoutMinutes
public int getTimeoutMinutes()Gets the value of the timeoutMinutes property. -
setTimeoutMinutes
public void setTimeoutMinutes(int value) Sets the value of the timeoutMinutes property. -
getTimeoutResetHour
Gets the value of the timeoutResetHour property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimeoutResetHour
Sets the value of the timeoutResetHour property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getUseComposableSecurity
Gets the value of the useComposableSecurity property.- Returns:
- possible object is
Boolean
-
setUseComposableSecurity
Sets the value of the useComposableSecurity property.- Parameters:
value
- allowed object isBoolean
-
getComposableSecurityURI
Gets the value of the composableSecurityURI property.- Returns:
- possible object is
AnyURI
-
setComposableSecurityURI
Sets the value of the composableSecurityURI property.- Parameters:
value
- allowed object isAnyURI
-
getComposableSecurityTenant
Gets the value of the composableSecurityTenant property.- Returns:
- possible object is
IdentificationType
-
setComposableSecurityTenant
Sets the value of the composableSecurityTenant property.- Parameters:
value
- allowed object isIdentificationType
-
getComposableSecurityDefaultRole
Gets the value of the composableSecurityDefaultRole property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the composableSecurityDefaultRole property.For example, to add a new item, do as follows:
getComposableSecurityDefaultRole().add(newItem);
Objects of the following type(s) are allowed in the list
IdentificationType
-
getUseOktaAuthentication
Gets the value of the useOktaAuthentication property.- Returns:
- possible object is
Boolean
-
setUseOktaAuthentication
Sets the value of the useOktaAuthentication property.- Parameters:
value
- allowed object isBoolean
-
getOktaAuthenticationURI
Gets the value of the oktaAuthenticationURI property.- Returns:
- possible object is
AnyURI
-
setOktaAuthenticationURI
Sets the value of the oktaAuthenticationURI property.- Parameters:
value
- allowed object isAnyURI
-
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 classDevelopmentPolicyParametersType
-