public class IntermediaryProfileTO extends AgentBaseProfileTO implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private DeploymentConfigTO |
deploymentConfig |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
IntermediaryProfileTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DeploymentConfigTO |
getDeploymentConfig() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDeploymentConfig(DeploymentConfigTO deploymentConfig) |
getAuditDBConfig, getEventLogSettings, getInterceptorSettings, getJmsProducerTransport, getKafkaConfig, getTrustZone, getTuningData, setAuditDBConfig, setEventLogSettings, setInterceptorSettings, setJmsProducerTransport, setKafkaConfig, setTrustZone, setTuningData
getGroupRoleMappings, getHttpListeners, getHttpsListeners, getLDAPRoleMappingType, getLDAPUserRoleAttribute, getLocalUserDirectory, getTrustedCertificateSubset, getUserDirectory, isMustSendServerVersion, isMustUseGlobalTrustedCertificates, setGroupRoleMappings, setHttpListeners, setHttpsListeners, setLDAPRoleMappingType, setLDAPUserRoleAttribute, setLocalUserDirectory, setMustSendServerVersion, setMustUseGlobalTrustedCertificates, setTrustedCertificateSubset, setUserDirectory
getAdditionalClasspath, getAdditionalJvmOptions, getDescription, getEnvVars, getExtraPackages, getInitialMemorySizeMB, getKeyId, getLauncherMainPackage, getMainPackageInfo, getMaximumMemorySizeMB, getName, getPropertiesHash, getType, setAdditionalClasspath, setAdditionalJvmOptions, setDescription, setEnvVars, setExtraPackages, setInitialMemorySizeMB, setKeyId, setLauncherMainPackage, setMainPackageInfo, setMaximumMemorySizeMB, setName, setPropertiesHash, setType
private DeploymentConfigTO deploymentConfig
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public DeploymentConfigTO getDeploymentConfig()
public void setDeploymentConfig(DeploymentConfigTO deploymentConfig)
public boolean equals(java.lang.Object obj)
equals
in class AgentBaseProfileTO
public int hashCode()
hashCode
in class AgentBaseProfileTO
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)