public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.miloss.fgsms.services.interfaces.common
|
public ObjectFactory()
public GetOperatingStatus createGetOperatingStatus()
GetOperatingStatuspublic SecurityWrapper createSecurityWrapper()
SecurityWrapperpublic ProcessPerformanceData createProcessPerformanceData()
ProcessPerformanceDatapublic NetworkAdapterInfo createNetworkAdapterInfo()
NetworkAdapterInfopublic GetOperatingStatusResponseMessage createGetOperatingStatusResponseMessage()
GetOperatingStatusResponseMessagepublic MachinePerformanceData createMachinePerformanceData()
MachinePerformanceDatapublic GetOperatingStatusRequestMessage createGetOperatingStatusRequestMessage()
GetOperatingStatusRequestMessagepublic NameValuePair createNameValuePair()
NameValuePairpublic NetworkAdapterPerformanceData createNetworkAdapterPerformanceData()
NetworkAdapterPerformanceDatapublic GetOperatingStatusResponseMessage.VersionInfo createGetOperatingStatusResponseMessageVersionInfo()
GetOperatingStatusResponseMessage.VersionInfopublic GetOperatingStatusResponse createGetOperatingStatusResponse()
GetOperatingStatusResponsepublic NameValuePairSet createNameValuePairSet()
NameValuePairSetpublic DriveInformation createDriveInformation()
DriveInformationpublic AlertMessageDefinition createAlertMessageDefinition()
AlertMessageDefinitionpublic AgentAction createAgentAction()
AgentActionpublic JAXBElement<AlertMessageDefinition> createAlertMessage(AlertMessageDefinition value)
public JAXBElement<TimeRange> createTimeRange(TimeRange value)
Copyright © 2008–2017 MIL-OSS. All rights reserved.