de.extra_standard.namespace.plugins._1
Class EncryptionAlgorithmType
java.lang.Object
de.extra_standard.namespace.plugins._1.AbstractAlgorithmType
de.extra_standard.namespace.plugins._1.EncryptionAlgorithmType
public class EncryptionAlgorithmType
- extends AbstractAlgorithmType
Java class for EncryptionAlgorithmType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptionAlgorithmType">
<complexContent>
<extension base="{http://www.extra-standard.de/namespace/plugins/1}AbstractAlgorithmType">
<attribute name="id" use="required" type="{http://www.extra-standard.de/namespace/codelists/1}EncryptionAlgorithmCodeType" />
</extension>
</complexContent>
</complexType>
|
Method Summary |
String |
getId()
Gets the value of the id property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
EncryptionAlgorithmType
public EncryptionAlgorithmType()
getId
public String getId()
- Gets the value of the id property.
- Returns:
- possible object is
String
setId
public void setId(String value)
- Sets the value of the id property.
- Parameters:
value - allowed object is
String
Copyright © 2012-2013. All Rights Reserved.