Package net.authorize.api.contract.v1
Class KeyValue
- java.lang.Object
-
- net.authorize.api.contract.v1.KeyValue
-
public class KeyValue extends Object
Java class for KeyValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyValue"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Encoding" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}EncodingType"/> <element name="EncryptionAlgorithm" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}EncryptionAlgorithmType"/> <element name="Scheme" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}KeyManagementScheme"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EncodingTypeencodingprotected EncryptionAlgorithmTypeencryptionAlgorithmprotected KeyManagementSchemescheme
-
Constructor Summary
Constructors Constructor Description KeyValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncodingTypegetEncoding()Gets the value of the encoding property.EncryptionAlgorithmTypegetEncryptionAlgorithm()Gets the value of the encryptionAlgorithm property.KeyManagementSchemegetScheme()Gets the value of the scheme property.voidsetEncoding(EncodingType value)Sets the value of the encoding property.voidsetEncryptionAlgorithm(EncryptionAlgorithmType value)Sets the value of the encryptionAlgorithm property.voidsetScheme(KeyManagementScheme value)Sets the value of the scheme property.
-
-
-
Field Detail
-
encoding
protected EncodingType encoding
-
encryptionAlgorithm
protected EncryptionAlgorithmType encryptionAlgorithm
-
scheme
protected KeyManagementScheme scheme
-
-
Method Detail
-
getEncoding
public EncodingType getEncoding()
Gets the value of the encoding property.- Returns:
- possible object is
EncodingType
-
setEncoding
public void setEncoding(EncodingType value)
Sets the value of the encoding property.- Parameters:
value- allowed object isEncodingType
-
getEncryptionAlgorithm
public EncryptionAlgorithmType getEncryptionAlgorithm()
Gets the value of the encryptionAlgorithm property.- Returns:
- possible object is
EncryptionAlgorithmType
-
setEncryptionAlgorithm
public void setEncryptionAlgorithm(EncryptionAlgorithmType value)
Sets the value of the encryptionAlgorithm property.- Parameters:
value- allowed object isEncryptionAlgorithmType
-
getScheme
public KeyManagementScheme getScheme()
Gets the value of the scheme property.- Returns:
- possible object is
KeyManagementScheme
-
setScheme
public void setScheme(KeyManagementScheme value)
Sets the value of the scheme property.- Parameters:
value- allowed object isKeyManagementScheme
-
-