public class ValidatorRecipe extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Validator" type="{http://oxalis.network/xsd/certvalidator/1.0}ValidatorType" maxOccurs="unbounded"/>
<element name="CertificateBucket" type="{http://oxalis.network/xsd/certvalidator/1.0}CertificateBucketType" maxOccurs="unbounded" minOccurs="0"/>
<element name="KeyStore" type="{http://oxalis.network/xsd/certvalidator/1.0}KeyStoreType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Extension" type="{http://oxalis.network/xsd/certvalidator/1.0}ExtensionType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CertificateBucketType> |
certificateBucket |
protected List<ExtensionType> |
extension |
protected List<KeyStoreType> |
keyStore |
protected String |
name |
protected SignatureType |
signature |
protected List<ValidatorType> |
validator |
protected String |
version |
| Constructor and Description |
|---|
ValidatorRecipe() |
| Modifier and Type | Method and Description |
|---|---|
List<CertificateBucketType> |
getCertificateBucket()
Gets the value of the certificateBucket property.
|
List<ExtensionType> |
getExtension()
Gets the value of the extension property.
|
List<KeyStoreType> |
getKeyStore()
Gets the value of the keyStore property.
|
String |
getName()
Gets the value of the name property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
List<ValidatorType> |
getValidator()
Gets the value of the validator property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<ValidatorType> validator
protected List<CertificateBucketType> certificateBucket
protected List<KeyStoreType> keyStore
protected List<ExtensionType> extension
protected SignatureType signature
protected String name
protected String version
public List<ValidatorType> getValidator()
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 validator property.
For example, to add a new item, do as follows:
getValidator().add(newItem);
Objects of the following type(s) are allowed in the list
ValidatorType
public List<CertificateBucketType> getCertificateBucket()
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 certificateBucket property.
For example, to add a new item, do as follows:
getCertificateBucket().add(newItem);
Objects of the following type(s) are allowed in the list
CertificateBucketType
public List<KeyStoreType> getKeyStore()
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 keyStore property.
For example, to add a new item, do as follows:
getKeyStore().add(newItem);
Objects of the following type(s) are allowed in the list
KeyStoreType
public List<ExtensionType> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionType
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2023 NorStella. All rights reserved.