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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.IsDataLoadedType
com.rim.bes.bas.dto.ServiceInstanceRelationshipType
public abstract class ServiceInstanceRelationshipType
Java class for ServiceInstanceRelationshipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceInstanceRelationshipType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}IsDataLoadedType">
<sequence>
<element name="relationshipConfigurationType" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceRelationshipConfigurationTypeEnumType" minOccurs="0"/>
<element name="relationshipStatus" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceRelationshipStatusEnumType" minOccurs="0"/>
<element name="additionalRelationshipAttributes" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceRelationshipAttributesType" minOccurs="0"/>
<element name="installedMachine" type="{http://www.rim.com/com.rim.bes.bas.dto}ServerType" 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="plugInId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="relationshipId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="serviceInstanceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="serviceType" type="{http://www.w3.org/2001/XMLSchema}int" 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 ServiceInstanceRelationshipAttributesType |
additionalRelationshipAttributes
|
protected ServerType |
installedMachine
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.lang.String |
name
|
protected java.lang.Integer |
plugInId
|
protected ServiceInstanceRelationshipConfigurationTypeEnumType |
relationshipConfigurationType
|
protected java.lang.Long |
relationshipId
|
protected ServiceInstanceRelationshipStatusEnumType |
relationshipStatus
|
protected java.lang.Integer |
serviceInstanceId
|
protected java.lang.Integer |
serviceType
|
| Fields inherited from class com.rim.bes.bas.dto.IsDataLoadedType |
|---|
isDataLoaded |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ServiceInstanceRelationshipType()
|
|
| Method Summary | |
|---|---|
ServiceInstanceRelationshipAttributesType |
getAdditionalRelationshipAttributes()
Gets the value of the additionalRelationshipAttributes property. |
ServerType |
getInstalledMachine()
Gets the value of the installedMachine 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 |
getPlugInId()
Gets the value of the plugInId property. |
ServiceInstanceRelationshipConfigurationTypeEnumType |
getRelationshipConfigurationType()
Gets the value of the relationshipConfigurationType property. |
java.lang.Long |
getRelationshipId()
Gets the value of the relationshipId property. |
ServiceInstanceRelationshipStatusEnumType |
getRelationshipStatus()
Gets the value of the relationshipStatus property. |
java.lang.Integer |
getServiceInstanceId()
Gets the value of the serviceInstanceId property. |
java.lang.Integer |
getServiceType()
Gets the value of the serviceType property. |
void |
setAdditionalRelationshipAttributes(ServiceInstanceRelationshipAttributesType value)
Sets the value of the additionalRelationshipAttributes property. |
void |
setInstalledMachine(ServerType value)
Sets the value of the installedMachine property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPlugInId(java.lang.Integer value)
Sets the value of the plugInId property. |
void |
setRelationshipConfigurationType(ServiceInstanceRelationshipConfigurationTypeEnumType value)
Sets the value of the relationshipConfigurationType property. |
void |
setRelationshipId(java.lang.Long value)
Sets the value of the relationshipId property. |
void |
setRelationshipStatus(ServiceInstanceRelationshipStatusEnumType value)
Sets the value of the relationshipStatus property. |
void |
setServiceInstanceId(java.lang.Integer value)
Sets the value of the serviceInstanceId property. |
void |
setServiceType(java.lang.Integer value)
Sets the value of the serviceType property. |
| Methods inherited from class com.rim.bes.bas.dto.IsDataLoadedType |
|---|
isIsDataLoaded, setIsDataLoaded |
| 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 ServiceInstanceRelationshipConfigurationTypeEnumType relationshipConfigurationType
protected ServiceInstanceRelationshipStatusEnumType relationshipStatus
protected ServiceInstanceRelationshipAttributesType additionalRelationshipAttributes
protected ServerType installedMachine
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.lang.String name
protected java.lang.Integer plugInId
protected java.lang.Long relationshipId
protected java.lang.Integer serviceInstanceId
protected java.lang.Integer serviceType
| Constructor Detail |
|---|
public ServiceInstanceRelationshipType()
| Method Detail |
|---|
public ServiceInstanceRelationshipConfigurationTypeEnumType getRelationshipConfigurationType()
ServiceInstanceRelationshipConfigurationTypeEnumTypepublic void setRelationshipConfigurationType(ServiceInstanceRelationshipConfigurationTypeEnumType value)
value - allowed object is
ServiceInstanceRelationshipConfigurationTypeEnumTypepublic ServiceInstanceRelationshipStatusEnumType getRelationshipStatus()
ServiceInstanceRelationshipStatusEnumTypepublic void setRelationshipStatus(ServiceInstanceRelationshipStatusEnumType value)
value - allowed object is
ServiceInstanceRelationshipStatusEnumTypepublic ServiceInstanceRelationshipAttributesType getAdditionalRelationshipAttributes()
ServiceInstanceRelationshipAttributesTypepublic void setAdditionalRelationshipAttributes(ServiceInstanceRelationshipAttributesType value)
value - allowed object is
ServiceInstanceRelationshipAttributesTypepublic ServerType getInstalledMachine()
ServerTypepublic void setInstalledMachine(ServerType value)
value - allowed object is
ServerTypepublic 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 getPlugInId()
Integerpublic void setPlugInId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Long getRelationshipId()
Longpublic void setRelationshipId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Integer getServiceInstanceId()
Integerpublic void setServiceInstanceId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getServiceType()
Integerpublic void setServiceType(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ServiceInstanceRelationshipType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||