Class SystemConfiguration
- java.lang.Object
-
- org.certificateservices.messages.sysconfig.jaxb.SystemConfiguration
-
public class SystemConfiguration extends java.lang.ObjectJava class for SystemConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemConfiguration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="application" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="configurationData" type="{http://certificateservices.org/xsd/sysconfig2_0}ConfigurationData"/> <element name="organisation" type="{http://certificateservices.org/xsd/csmessages2_0}Organisation"/> <element name="adminUniqueId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> <element name="adminDisplayName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> <element name="description" type="{http://certificateservices.org/xsd/csmessages2_0}descriptionstring" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringadminDisplayNameprotected java.lang.StringadminUniqueIdprotected java.lang.Stringapplicationprotected ConfigurationDataconfigurationDataprotected java.lang.Stringdescriptionprotected Organisationorganisation
-
Constructor Summary
Constructors Constructor Description SystemConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAdminDisplayName()Gets the value of the adminDisplayName property.java.lang.StringgetAdminUniqueId()Gets the value of the adminUniqueId property.java.lang.StringgetApplication()Gets the value of the application property.ConfigurationDatagetConfigurationData()Gets the value of the configurationData property.java.lang.StringgetDescription()Gets the value of the description property.OrganisationgetOrganisation()Gets the value of the organisation property.voidsetAdminDisplayName(java.lang.String value)Sets the value of the adminDisplayName property.voidsetAdminUniqueId(java.lang.String value)Sets the value of the adminUniqueId property.voidsetApplication(java.lang.String value)Sets the value of the application property.voidsetConfigurationData(ConfigurationData value)Sets the value of the configurationData property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetOrganisation(Organisation value)Sets the value of the organisation property.
-
-
-
Field Detail
-
application
protected java.lang.String application
-
configurationData
protected ConfigurationData configurationData
-
organisation
protected Organisation organisation
-
adminUniqueId
protected java.lang.String adminUniqueId
-
adminDisplayName
protected java.lang.String adminDisplayName
-
description
protected java.lang.String description
-
-
Method Detail
-
getApplication
public java.lang.String getApplication()
Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
public void setApplication(java.lang.String value)
Sets the value of the application property.- Parameters:
value- allowed object isString
-
getConfigurationData
public ConfigurationData getConfigurationData()
Gets the value of the configurationData property.- Returns:
- possible object is
ConfigurationData
-
setConfigurationData
public void setConfigurationData(ConfigurationData value)
Sets the value of the configurationData property.- Parameters:
value- allowed object isConfigurationData
-
getOrganisation
public Organisation getOrganisation()
Gets the value of the organisation property.- Returns:
- possible object is
Organisation
-
setOrganisation
public void setOrganisation(Organisation value)
Sets the value of the organisation property.- Parameters:
value- allowed object isOrganisation
-
getAdminUniqueId
public java.lang.String getAdminUniqueId()
Gets the value of the adminUniqueId property.- Returns:
- possible object is
String
-
setAdminUniqueId
public void setAdminUniqueId(java.lang.String value)
Sets the value of the adminUniqueId property.- Parameters:
value- allowed object isString
-
getAdminDisplayName
public java.lang.String getAdminDisplayName()
Gets the value of the adminDisplayName property.- Returns:
- possible object is
String
-
setAdminDisplayName
public void setAdminDisplayName(java.lang.String value)
Sets the value of the adminDisplayName property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
-