de.extra_standard.namespace.plugins._1
Class SignatureAlgorithmType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractAlgorithmType
      extended by de.extra_standard.namespace.plugins._1.SignatureAlgorithmType

public class SignatureAlgorithmType
extends AbstractAlgorithmType

Java class for SignatureAlgorithmType complex type.

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

 <complexType name="SignatureAlgorithmType">
   <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}SignatureAlgorithmCodeType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
 
Fields inherited from class de.extra_standard.namespace.plugins._1.AbstractAlgorithmType
name, specification, version
 
Constructor Summary
SignatureAlgorithmType()
           
 
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

SignatureAlgorithmType

public SignatureAlgorithmType()
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.