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

java.lang.Objectcom.rim.bes.bas.baa.ManualFailover
public class ManualFailover
Java class for manualFailover complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="manualFailover">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serviceInstanceId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="activeServiceConsumerRelationships" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceRelationshipType" maxOccurs="unbounded" minOccurs="0"/>
<element name="passiveServiceConsumerRelationships" type="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceRelationshipType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<ServiceInstanceRelationshipType> |
activeServiceConsumerRelationships
|
protected java.util.List<ServiceInstanceRelationshipType> |
passiveServiceConsumerRelationships
|
protected int |
serviceInstanceId
|
| Constructor Summary | |
|---|---|
ManualFailover()
|
|
| Method Summary | |
|---|---|
java.util.List<ServiceInstanceRelationshipType> |
getActiveServiceConsumerRelationships()
Gets the value of the activeServiceConsumerRelationships property. |
java.util.List<ServiceInstanceRelationshipType> |
getPassiveServiceConsumerRelationships()
Gets the value of the passiveServiceConsumerRelationships property. |
int |
getServiceInstanceId()
Gets the value of the serviceInstanceId property. |
void |
setServiceInstanceId(int value)
Sets the value of the serviceInstanceId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int serviceInstanceId
protected java.util.List<ServiceInstanceRelationshipType> activeServiceConsumerRelationships
protected java.util.List<ServiceInstanceRelationshipType> passiveServiceConsumerRelationships
| Constructor Detail |
|---|
public ManualFailover()
| Method Detail |
|---|
public int getServiceInstanceId()
public void setServiceInstanceId(int value)
public java.util.List<ServiceInstanceRelationshipType> getActiveServiceConsumerRelationships()
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 activeServiceConsumerRelationships property.
For example, to add a new item, do as follows:
getActiveServiceConsumerRelationships().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceInstanceRelationshipType
public java.util.List<ServiceInstanceRelationshipType> getPassiveServiceConsumerRelationships()
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 passiveServiceConsumerRelationships property.
For example, to add a new item, do as follows:
getPassiveServiceConsumerRelationships().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceInstanceRelationshipType
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.ManualFailover NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||