|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ServiceInstanceType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceInstanceType
public abstract class ServiceInstanceType
Java class for ServiceInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceInstanceType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="installationState" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceInstallationStateEnumType" minOccurs="0"/>
<element name="status" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceStatusEnumType" minOccurs="0"/>
<element name="canBeDeletedDirectly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="canBeDeletedOnServerDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="childServiceInstanceAssociation" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="extendedDataLoaded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="installedMachine" type="{http://www.rim.com/com.rim.bes.bas.dto}ServerType" minOccurs="0"/>
<element name="installedPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentServiceInstanceAssociation" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="plugInId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="reference" type="{http://www.rim.com/com.rim.bes.bas.dto}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="serviceConsumers" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceRelationshipType" maxOccurs="unbounded" minOccurs="0"/>
<element name="serviceHasSettings" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="serviceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="serviceInstanceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="serviceProducers" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceRelationshipType" maxOccurs="unbounded" minOccurs="0"/>
<element name="statusName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.Boolean |
canBeDeletedDirectly
|
protected java.lang.Boolean |
canBeDeletedOnServerDelete
|
protected java.util.List<java.lang.Integer> |
childServiceInstanceAssociation
|
protected java.lang.Boolean |
extendedDataLoaded
|
protected ServiceInstanceInstallationStateEnumType |
installationState
|
protected ServerType |
installedMachine
|
protected java.lang.Integer |
installedPort
|
protected java.lang.Boolean |
isHidden
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.lang.String |
name
|
protected java.lang.Integer |
parentServiceInstanceAssociation
|
protected java.lang.Integer |
plugInId
|
protected java.util.List<Reference> |
reference
|
protected java.util.List<ServiceInstanceRelationshipType> |
serviceConsumers
|
protected java.lang.Boolean |
serviceHasSettings
|
protected java.lang.Integer |
serviceId
|
protected java.lang.Integer |
serviceInstanceId
|
protected java.util.List<ServiceInstanceRelationshipType> |
serviceProducers
|
protected ServiceInstanceStatusEnumType |
status
|
protected java.lang.String |
statusName
|
protected java.lang.Integer |
type
|
protected java.lang.String |
version
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ServiceInstanceType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Integer> |
getChildServiceInstanceAssociation()
Gets the value of the childServiceInstanceAssociation property. |
ServiceInstanceInstallationStateEnumType |
getInstallationState()
Gets the value of the installationState property. |
ServerType |
getInstalledMachine()
Gets the value of the installedMachine property. |
java.lang.Integer |
getInstalledPort()
Gets the value of the installedPort property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Integer |
getParentServiceInstanceAssociation()
Gets the value of the parentServiceInstanceAssociation property. |
java.lang.Integer |
getPlugInId()
Gets the value of the plugInId property. |
java.util.List<Reference> |
getReference()
Gets the value of the reference property. |
java.util.List<ServiceInstanceRelationshipType> |
getServiceConsumers()
Gets the value of the serviceConsumers property. |
java.lang.Integer |
getServiceId()
Gets the value of the serviceId property. |
java.lang.Integer |
getServiceInstanceId()
Gets the value of the serviceInstanceId property. |
java.util.List<ServiceInstanceRelationshipType> |
getServiceProducers()
Gets the value of the serviceProducers property. |
ServiceInstanceStatusEnumType |
getStatus()
Gets the value of the status property. |
java.lang.String |
getStatusName()
Gets the value of the statusName property. |
java.lang.Integer |
getType()
Gets the value of the type property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
java.lang.Boolean |
isCanBeDeletedDirectly()
Gets the value of the canBeDeletedDirectly property. |
java.lang.Boolean |
isCanBeDeletedOnServerDelete()
Gets the value of the canBeDeletedOnServerDelete property. |
java.lang.Boolean |
isExtendedDataLoaded()
Gets the value of the extendedDataLoaded property. |
java.lang.Boolean |
isIsHidden()
Gets the value of the isHidden property. |
java.lang.Boolean |
isServiceHasSettings()
Gets the value of the serviceHasSettings property. |
void |
setCanBeDeletedDirectly(java.lang.Boolean value)
Sets the value of the canBeDeletedDirectly property. |
void |
setCanBeDeletedOnServerDelete(java.lang.Boolean value)
Sets the value of the canBeDeletedOnServerDelete property. |
void |
setExtendedDataLoaded(java.lang.Boolean value)
Sets the value of the extendedDataLoaded property. |
void |
setInstallationState(ServiceInstanceInstallationStateEnumType value)
Sets the value of the installationState property. |
void |
setInstalledMachine(ServerType value)
Sets the value of the installedMachine property. |
void |
setInstalledPort(java.lang.Integer value)
Sets the value of the installedPort property. |
void |
setIsHidden(java.lang.Boolean value)
Sets the value of the isHidden property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParentServiceInstanceAssociation(java.lang.Integer value)
Sets the value of the parentServiceInstanceAssociation property. |
void |
setPlugInId(java.lang.Integer value)
Sets the value of the plugInId property. |
void |
setServiceHasSettings(java.lang.Boolean value)
Sets the value of the serviceHasSettings property. |
void |
setServiceId(java.lang.Integer value)
Sets the value of the serviceId property. |
void |
setServiceInstanceId(java.lang.Integer value)
Sets the value of the serviceInstanceId property. |
void |
setStatus(ServiceInstanceStatusEnumType value)
Sets the value of the status property. |
void |
setStatusName(java.lang.String value)
Sets the value of the statusName property. |
void |
setType(java.lang.Integer value)
Sets the value of the type property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ServiceInstanceInstallationStateEnumType installationState
protected ServiceInstanceStatusEnumType status
protected java.lang.Boolean canBeDeletedDirectly
protected java.lang.Boolean canBeDeletedOnServerDelete
protected java.util.List<java.lang.Integer> childServiceInstanceAssociation
protected java.lang.Boolean extendedDataLoaded
protected ServerType installedMachine
protected java.lang.Integer installedPort
protected java.lang.Boolean isHidden
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.lang.String name
protected java.lang.Integer parentServiceInstanceAssociation
protected java.lang.Integer plugInId
protected java.util.List<Reference> reference
protected java.util.List<ServiceInstanceRelationshipType> serviceConsumers
protected java.lang.Boolean serviceHasSettings
protected java.lang.Integer serviceId
protected java.lang.Integer serviceInstanceId
protected java.util.List<ServiceInstanceRelationshipType> serviceProducers
protected java.lang.String statusName
protected java.lang.Integer type
protected java.lang.String version
| Constructor Detail |
|---|
public ServiceInstanceType()
| Method Detail |
|---|
public ServiceInstanceInstallationStateEnumType getInstallationState()
ServiceInstanceInstallationStateEnumTypepublic void setInstallationState(ServiceInstanceInstallationStateEnumType value)
value - allowed object is
ServiceInstanceInstallationStateEnumTypepublic ServiceInstanceStatusEnumType getStatus()
ServiceInstanceStatusEnumTypepublic void setStatus(ServiceInstanceStatusEnumType value)
value - allowed object is
ServiceInstanceStatusEnumTypepublic java.lang.Boolean isCanBeDeletedDirectly()
Booleanpublic void setCanBeDeletedDirectly(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCanBeDeletedOnServerDelete()
Booleanpublic void setCanBeDeletedOnServerDelete(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.Integer> getChildServiceInstanceAssociation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the childServiceInstanceAssociation property.
For example, to add a new item, do as follows:
getChildServiceInstanceAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.Boolean isExtendedDataLoaded()
Booleanpublic void setExtendedDataLoaded(java.lang.Boolean value)
value - allowed object is
Booleanpublic ServerType getInstalledMachine()
ServerTypepublic void setInstalledMachine(ServerType value)
value - allowed object is
ServerTypepublic java.lang.Integer getInstalledPort()
Integerpublic void setInstalledPort(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isIsHidden()
Booleanpublic void setIsHidden(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<LocaleNameAndDescription> getLocaleNameAndDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the localeNameAndDescription property.
For example, to add a new item, do as follows:
getLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleNameAndDescription
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getParentServiceInstanceAssociation()
Integerpublic void setParentServiceInstanceAssociation(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPlugInId()
Integerpublic void setPlugInId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<Reference> getReference()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the reference property.
For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
Reference
public java.util.List<ServiceInstanceRelationshipType> getServiceConsumers()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceConsumers property.
For example, to add a new item, do as follows:
getServiceConsumers().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceInstanceRelationshipType
public java.lang.Boolean isServiceHasSettings()
Booleanpublic void setServiceHasSettings(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getServiceId()
Integerpublic void setServiceId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getServiceInstanceId()
Integerpublic void setServiceInstanceId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<ServiceInstanceRelationshipType> getServiceProducers()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceProducers property.
For example, to add a new item, do as follows:
getServiceProducers().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceInstanceRelationshipType
public java.lang.String getStatusName()
Stringpublic void setStatusName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getType()
Integerpublic void setType(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ServiceInstanceType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||