com.rim.bes.bas.dto
Class BASCoreServiceInstanceType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceInstanceType
com.rim.bes.bas.dto.BASCoreServiceInstanceType
- Direct Known Subclasses:
- BASCoreServiceInstance
public abstract class BASCoreServiceInstanceType
- extends ServiceInstanceType
Java class for BASCoreServiceInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BASCoreServiceInstanceType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceType">
<sequence>
<element name="BASClusterNodeRole" type="{http://www.rim.com/com.rim.bes.bas.dto}BASClusterNodeRoleEnumType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields inherited from class com.rim.bes.bas.dto.ServiceInstanceType |
canBeDeletedDirectly, canBeDeletedOnServerDelete, childServiceInstanceAssociation, extendedDataLoaded, installationState, installedMachine, installedPort, isHidden, localeNameAndDescription, name, parentServiceInstanceAssociation, plugInId, reference, serviceConsumers, serviceHasSettings, serviceId, serviceInstanceId, serviceProducers, status, statusName, type, version |
| Methods inherited from class com.rim.bes.bas.dto.ServiceInstanceType |
getChildServiceInstanceAssociation, getInstallationState, getInstalledMachine, getInstalledPort, getLocaleNameAndDescription, getName, getParentServiceInstanceAssociation, getPlugInId, getReference, getServiceConsumers, getServiceId, getServiceInstanceId, getServiceProducers, getStatus, getStatusName, getType, getVersion, isCanBeDeletedDirectly, isCanBeDeletedOnServerDelete, isExtendedDataLoaded, isIsHidden, isServiceHasSettings, setCanBeDeletedDirectly, setCanBeDeletedOnServerDelete, setExtendedDataLoaded, setInstallationState, setInstalledMachine, setInstalledPort, setIsHidden, setName, setParentServiceInstanceAssociation, setPlugInId, setServiceHasSettings, setServiceId, setServiceInstanceId, setStatus, setStatusName, setType, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
basClusterNodeRole
protected BASClusterNodeRoleEnumType basClusterNodeRole
BASCoreServiceInstanceType
public BASCoreServiceInstanceType()
getBASClusterNodeRole
public BASClusterNodeRoleEnumType getBASClusterNodeRole()
- Gets the value of the basClusterNodeRole property.
- Returns:
- possible object is
BASClusterNodeRoleEnumType
setBASClusterNodeRole
public void setBASClusterNodeRole(BASClusterNodeRoleEnumType value)
- Sets the value of the basClusterNodeRole property.
- Parameters:
value - allowed object is
BASClusterNodeRoleEnumType
Copyright © 2009 Research In Motion Limited. All Rights Reserved.