de.extra_standard.namespace.plugins._1
Class CertificatesType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractPlugInType
      extended by de.extra_standard.namespace.plugins._1.CertificatesType

public class CertificatesType
extends AbstractPlugInType

Java class for CertificatesType complex type.

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

 <complexType name="CertificatesType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/plugins/1}AbstractPlugInType">
       <sequence>
         <element name="X509EncCertificate" type="{http://www.extra-standard.de/namespace/plugins/1}X509CertificateType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version">
         <simpleType>
           <restriction base="{http://www.extra-standard.de/namespace/components/1}AbstractVersionType">
             <enumeration value="1.0"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String version
           
protected  List<X509CertificateType> x509EncCertificate
           
 
Constructor Summary
CertificatesType()
           
 
Method Summary
 String getVersion()
          Gets the value of the version property.
 List<X509CertificateType> getX509EncCertificate()
          Gets the value of the x509EncCertificate 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

x509EncCertificate

protected List<X509CertificateType> x509EncCertificate

version

protected String version
Constructor Detail

CertificatesType

public CertificatesType()
Method Detail

getX509EncCertificate

public List<X509CertificateType> getX509EncCertificate()
Gets the value of the x509EncCertificate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the x509EncCertificate property.

For example, to add a new item, do as follows:

    getX509EncCertificate().add(newItem);
 

Objects of the following type(s) are allowed in the list X509CertificateType


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.