Package net.authorize.api.contract.v1
Class AuthorizationIndicatorType
- java.lang.Object
-
- net.authorize.api.contract.v1.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthIndicatorEnumauthorizationIndicator
-
Constructor Summary
Constructors Constructor Description AuthorizationIndicatorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthIndicatorEnumgetAuthorizationIndicator()Gets the value of the authorizationIndicator property.voidsetAuthorizationIndicator(AuthIndicatorEnum value)Sets the value of the authorizationIndicator property.
-
-
-
Field Detail
-
authorizationIndicator
protected AuthIndicatorEnum authorizationIndicator
-
-
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 isAuthIndicatorEnum
-
-