|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.enc.v2.EncryptionMethod
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-10-16T01:44:23+02:00",
comments="JAXB RI v2.2.11")
public class EncryptionMethodEndpoint 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>
| 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 |
|---|
public EncryptionMethod()
| Method Detail |
|---|
public String getAlgorithm()
Stringpublic void setAlgorithm(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||