|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.plugins._1.AbstractPlugInType
de.extra_standard.namespace.plugins._1.CertificatesType
public class CertificatesType
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 |
|---|
protected List<X509CertificateType> x509EncCertificate
protected String version
| Constructor Detail |
|---|
public CertificatesType()
| Method Detail |
|---|
public List<X509CertificateType> getX509EncCertificate()
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
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||