be.fgov.ehealth.commons.enc.v2
Class EncryptionMethod

java.lang.Object
  extended by be.fgov.ehealth.commons.enc.v2.EncryptionMethod
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-09-28T09:37:45+02:00",
           comments="JAXB RI v2.2.11")
public class EncryptionMethod
extends Object
implements Serializable

Endpoint type of the encryption method

Java class for EncryptionMethodType complex type.

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

 <complexType name="EncryptionMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
EncryptionMethod()
           
 
Method Summary
 String getAlgorithm()
          Gets the value of the algorithm property.
 void setAlgorithm(String value)
          Sets the value of the algorithm property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionMethod

public EncryptionMethod()
Method Detail

getAlgorithm

public String getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is String

setAlgorithm

public void setAlgorithm(String value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is String



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.