public class ReplicationSetUID
extends java.lang.Object
Java class for replicationSetUID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="replicationSetUID"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="groupUID" type="{}consistencyGroupUID" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ConsistencyGroupUID |
groupUID |
protected long |
id |
Constructor and Description |
---|
ReplicationSetUID() |
Modifier and Type | Method and Description |
---|---|
ConsistencyGroupUID |
getGroupUID()
Gets the value of the groupUID property.
|
long |
getId()
Gets the value of the id property.
|
void |
setGroupUID(ConsistencyGroupUID value)
Sets the value of the groupUID property.
|
void |
setId(long value)
Sets the value of the id property.
|
protected ConsistencyGroupUID groupUID
protected long id
public ConsistencyGroupUID getGroupUID()
ConsistencyGroupUID
public void setGroupUID(ConsistencyGroupUID value)
value
- allowed object is ConsistencyGroupUID
public long getId()
public void setId(long value)