net.authorize.api.contract.v1
Class KeyValue

java.lang.Object
  extended by 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
protected  EncodingType encoding
           
protected  EncryptionAlgorithmType encryptionAlgorithm
           
protected  KeyManagementScheme scheme
           
 
Constructor Summary
KeyValue()
           
 
Method Summary
 EncodingType getEncoding()
          Gets the value of the encoding property.
 EncryptionAlgorithmType getEncryptionAlgorithm()
          Gets the value of the encryptionAlgorithm property.
 KeyManagementScheme getScheme()
          Gets the value of the scheme property.
 void setEncoding(EncodingType value)
          Sets the value of the encoding property.
 void setEncryptionAlgorithm(EncryptionAlgorithmType value)
          Sets the value of the encryptionAlgorithm property.
 void setScheme(KeyManagementScheme value)
          Sets the value of the scheme property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encoding

protected EncodingType encoding

encryptionAlgorithm

protected EncryptionAlgorithmType encryptionAlgorithm

scheme

protected KeyManagementScheme scheme
Constructor Detail

KeyValue

public KeyValue()
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 is EncodingType

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 is EncryptionAlgorithmType

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 is KeyManagementScheme


Copyright © 2014. All Rights Reserved.