Class PublishConfigurationRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.sysconfig.jaxb.PublishConfigurationRequest
-
public class PublishConfigurationRequest 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="systemConfiguration" type="{http://certificateservices.org/xsd/sysconfig2_0}SystemConfiguration"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SystemConfigurationsystemConfiguration-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description PublishConfigurationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemConfigurationgetSystemConfiguration()Gets the value of the systemConfiguration property.voidsetSystemConfiguration(SystemConfiguration value)Sets the value of the systemConfiguration property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
systemConfiguration
protected SystemConfiguration systemConfiguration
-
-
Method Detail
-
getSystemConfiguration
public SystemConfiguration getSystemConfiguration()
Gets the value of the systemConfiguration property.- Returns:
- possible object is
SystemConfiguration
-
setSystemConfiguration
public void setSystemConfiguration(SystemConfiguration value)
Sets the value of the systemConfiguration property.- Parameters:
value- allowed object isSystemConfiguration
-
-