Class AuthorizationIndicatorType


  • public class AuthorizationIndicatorType
    extends Object

    Java class for authorizationIndicatorType complex type.

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

     <complexType name="authorizationIndicatorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="authorizationIndicator" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}authIndicatorEnum" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AuthorizationIndicatorType

        public AuthorizationIndicatorType()
    • Method Detail

      • getAuthorizationIndicator

        public AuthIndicatorEnum getAuthorizationIndicator()
        Gets the value of the authorizationIndicator property.
        Returns:
        possible object is AuthIndicatorEnum
      • setAuthorizationIndicator

        public void setAuthorizationIndicator​(AuthIndicatorEnum value)
        Sets the value of the authorizationIndicator property.
        Parameters:
        value - allowed object is AuthIndicatorEnum