Class GetActiveConfigurationRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.sysconfig.jaxb.GetActiveConfigurationRequest
-
public class GetActiveConfigurationRequest extends CSRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest"> <sequence> <element name="application" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="organisationShortName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringapplicationprotected java.lang.StringorganisationShortName-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetActiveConfigurationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplication()Gets the value of the application property.java.lang.StringgetOrganisationShortName()Gets the value of the organisationShortName property.voidsetApplication(java.lang.String value)Sets the value of the application property.voidsetOrganisationShortName(java.lang.String value)Sets the value of the organisationShortName property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
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
-
getOrganisationShortName
public java.lang.String getOrganisationShortName()
Gets the value of the organisationShortName property.- Returns:
- possible object is
String
-
setOrganisationShortName
public void setOrganisationShortName(java.lang.String value)
Sets the value of the organisationShortName property.- Parameters:
value- allowed object isString
-
-