Class SystemConfiguration


  • public class SystemConfiguration
    extends java.lang.Object

    Java 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 Detail

      • application

        protected java.lang.String application
      • adminUniqueId

        protected java.lang.String adminUniqueId
      • adminDisplayName

        protected java.lang.String adminDisplayName
      • description

        protected java.lang.String description
    • Constructor Detail

      • SystemConfiguration

        public SystemConfiguration()
    • 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 is String
      • setConfigurationData

        public void setConfigurationData​(ConfigurationData value)
        Sets the value of the configurationData property.
        Parameters:
        value - allowed object is ConfigurationData
      • 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 is Organisation
      • 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 is String
      • 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 is String
      • 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 is String