Class KeyStore
- java.lang.Object
-
- org.certificateservices.messages.keystoremgmt.jaxb.KeyStore
-
public class KeyStore extends java.lang.ObjectJava class for KeyStore complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyStore"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="providerName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="status" type="{http://certificateservices.org/xsd/keystoremgmt2_0}KeyStoreStatus"/> <element name="relatedOrganisations" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="organisation" type="{http://certificateservices.org/xsd/csmessages2_0}Organisation" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="keyInfos"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="keyInfo" type="{http://certificateservices.org/xsd/keystoremgmt2_0}KeyInfo" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyStore.KeyInfosJava class for anonymous complex type.static classKeyStore.RelatedOrganisationsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected KeyStore.KeyInfoskeyInfosprotected java.lang.StringproviderNameprotected KeyStore.RelatedOrganisationsrelatedOrganisationsprotected KeyStoreStatusstatus
-
Constructor Summary
Constructors Constructor Description KeyStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyStore.KeyInfosgetKeyInfos()Gets the value of the keyInfos property.java.lang.StringgetProviderName()Gets the value of the providerName property.KeyStore.RelatedOrganisationsgetRelatedOrganisations()Gets the value of the relatedOrganisations property.KeyStoreStatusgetStatus()Gets the value of the status property.voidsetKeyInfos(KeyStore.KeyInfos value)Sets the value of the keyInfos property.voidsetProviderName(java.lang.String value)Sets the value of the providerName property.voidsetRelatedOrganisations(KeyStore.RelatedOrganisations value)Sets the value of the relatedOrganisations property.voidsetStatus(KeyStoreStatus value)Sets the value of the status property.
-
-
-
Field Detail
-
providerName
protected java.lang.String providerName
-
status
protected KeyStoreStatus status
-
relatedOrganisations
protected KeyStore.RelatedOrganisations relatedOrganisations
-
keyInfos
protected KeyStore.KeyInfos keyInfos
-
-
Method Detail
-
getProviderName
public java.lang.String getProviderName()
Gets the value of the providerName property.- Returns:
- possible object is
String
-
setProviderName
public void setProviderName(java.lang.String value)
Sets the value of the providerName property.- Parameters:
value- allowed object isString
-
getStatus
public KeyStoreStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
KeyStoreStatus
-
setStatus
public void setStatus(KeyStoreStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isKeyStoreStatus
-
getRelatedOrganisations
public KeyStore.RelatedOrganisations getRelatedOrganisations()
Gets the value of the relatedOrganisations property.- Returns:
- possible object is
KeyStore.RelatedOrganisations
-
setRelatedOrganisations
public void setRelatedOrganisations(KeyStore.RelatedOrganisations value)
Sets the value of the relatedOrganisations property.- Parameters:
value- allowed object isKeyStore.RelatedOrganisations
-
getKeyInfos
public KeyStore.KeyInfos getKeyInfos()
Gets the value of the keyInfos property.- Returns:
- possible object is
KeyStore.KeyInfos
-
setKeyInfos
public void setKeyInfos(KeyStore.KeyInfos value)
Sets the value of the keyInfos property.- Parameters:
value- allowed object isKeyStore.KeyInfos
-
-