Class DevelopmentPolicyParametersType


public class DevelopmentPolicyParametersType extends 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 Details

    • timeoutMinutes

      protected int timeoutMinutes
    • timeoutResetHour

      protected XMLGregorianCalendar timeoutResetHour
    • useComposableSecurity

      protected Boolean useComposableSecurity
    • composableSecurityURI

      protected AnyURI composableSecurityURI
    • composableSecurityTenant

      protected IdentificationType composableSecurityTenant
    • composableSecurityDefaultRole

      protected List<IdentificationType> composableSecurityDefaultRole
    • useOktaAuthentication

      protected Boolean useOktaAuthentication
    • oktaAuthenticationURI

      protected AnyURI 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

      public XMLGregorianCalendar getTimeoutResetHour()
      Gets the value of the timeoutResetHour property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimeoutResetHour

      public void setTimeoutResetHour(XMLGregorianCalendar value)
      Sets the value of the timeoutResetHour property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getUseComposableSecurity

      public Boolean getUseComposableSecurity()
      Gets the value of the useComposableSecurity property.
      Returns:
      possible object is Boolean
    • setUseComposableSecurity

      public void setUseComposableSecurity(Boolean value)
      Sets the value of the useComposableSecurity property.
      Parameters:
      value - allowed object is Boolean
    • getComposableSecurityURI

      public AnyURI getComposableSecurityURI()
      Gets the value of the composableSecurityURI property.
      Returns:
      possible object is AnyURI
    • setComposableSecurityURI

      public void setComposableSecurityURI(AnyURI value)
      Sets the value of the composableSecurityURI property.
      Parameters:
      value - allowed object is AnyURI
    • getComposableSecurityTenant

      public IdentificationType getComposableSecurityTenant()
      Gets the value of the composableSecurityTenant property.
      Returns:
      possible object is IdentificationType
    • setComposableSecurityTenant

      public void setComposableSecurityTenant(IdentificationType value)
      Sets the value of the composableSecurityTenant property.
      Parameters:
      value - allowed object is IdentificationType
    • getComposableSecurityDefaultRole

      public List<IdentificationType> 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

      public Boolean getUseOktaAuthentication()
      Gets the value of the useOktaAuthentication property.
      Returns:
      possible object is Boolean
    • setUseOktaAuthentication

      public void setUseOktaAuthentication(Boolean value)
      Sets the value of the useOktaAuthentication property.
      Parameters:
      value - allowed object is Boolean
    • getOktaAuthenticationURI

      public AnyURI getOktaAuthenticationURI()
      Gets the value of the oktaAuthenticationURI property.
      Returns:
      possible object is AnyURI
    • setOktaAuthenticationURI

      public void setOktaAuthenticationURI(AnyURI value)
      Sets the value of the oktaAuthenticationURI property.
      Parameters:
      value - allowed object is AnyURI
    • 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 DevelopmentPolicyParametersType