de.extra_standard.namespace.plugins._1
Class EncryptionAlgorithmType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractAlgorithmType
      extended by 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>
 


Field Summary
protected  String id
           
 
Fields inherited from class de.extra_standard.namespace.plugins._1.AbstractAlgorithmType
name, specification, version
 
Constructor Summary
EncryptionAlgorithmType()
           
 
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 de.extra_standard.namespace.plugins._1.AbstractAlgorithmType
getName, getSpecification, getVersion, setName, setSpecification, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id
Constructor Detail

EncryptionAlgorithmType

public EncryptionAlgorithmType()
Method Detail

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.