de.extra_standard.namespace.plugins._1
Class AbstractX509CertificateType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractX509CertificateType
Direct Known Subclasses:
X509CertificateType

public abstract class AbstractX509CertificateType
extends Object

Java class for AbstractX509CertificateType complex type.

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

 <complexType name="AbstractX509CertificateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  byte[] value
           
 
Constructor Summary
AbstractX509CertificateType()
           
 
Method Summary
 byte[] getValue()
          Gets the value of the value property.
 void setValue(byte[] value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected byte[] value
Constructor Detail

AbstractX509CertificateType

public AbstractX509CertificateType()
Method Detail

getValue

public byte[] getValue()
Gets the value of the value property.

Returns:
possible object is byte[]

setValue

public void setValue(byte[] value)
Sets the value of the value property.

Parameters:
value - allowed object is byte[]


Copyright © 2012-2013. All Rights Reserved.