de.extra_standard.namespace.plugins._1
Class AbstractAlgorithmType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractAlgorithmType
Direct Known Subclasses:
CompressionAlgorithmType, EncryptionAlgorithmType, SignatureAlgorithmType

public abstract class AbstractAlgorithmType
extends Object

Java class for AbstractAlgorithmType complex type.

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

 <complexType name="AbstractAlgorithmType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Specification" type="{http://www.extra-standard.de/namespace/plugins/1}SpecificationType" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  SpecificationType specification
           
protected  String version
           
 
Constructor Summary
AbstractAlgorithmType()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 SpecificationType getSpecification()
          Gets the value of the specification property.
 String getVersion()
          Gets the value of the version property.
 void setName(String value)
          Sets the value of the name property.
 void setSpecification(SpecificationType value)
          Sets the value of the specification property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specification

protected SpecificationType specification

name

protected String name

version

protected String version
Constructor Detail

AbstractAlgorithmType

public AbstractAlgorithmType()
Method Detail

getSpecification

public SpecificationType getSpecification()
Gets the value of the specification property.

Returns:
possible object is SpecificationType

setSpecification

public void setSpecification(SpecificationType value)
Sets the value of the specification property.

Parameters:
value - allowed object is SpecificationType

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.