com.collation.platform.model.topology.sys.zOS
Interface SysplexNode

All Known Subinterfaces:
ZOS

public interface SysplexNode

A member of a sysplex


Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 Sysplex getSysplex()
          The sysplex of which this node is a member.
 boolean hasSysplex()
           
 void setSysplex(Sysplex value)
           
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getSysplex

Sysplex getSysplex()
                   throws AttributeNotSetException
The sysplex of which this node is a member.

Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.MemberOf" reverse="false"

setSysplex

void setSysplex(Sysplex value)

hasSysplex

boolean hasSysplex()