public class LogicalUnit extends Object
Java class for LogicalUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogicalUnit"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{}IscsiTarget"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected String |
id |
protected Integer |
lunMapping |
protected String |
password |
protected Integer |
paths |
protected Integer |
port |
protected String |
portal |
protected String |
productId |
protected String |
serial |
protected Long |
size |
protected String |
target |
protected String |
username |
protected String |
vendorId |
Constructor and Description |
---|
LogicalUnit() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getId()
Gets the value of the id property.
|
Integer |
getLunMapping()
Gets the value of the lunMapping property.
|
String |
getPassword()
Gets the value of the password property.
|
Integer |
getPaths()
Gets the value of the paths property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getPortal()
Gets the value of the portal property.
|
String |
getProductId()
Gets the value of the productId property.
|
String |
getSerial()
Gets the value of the serial property.
|
Long |
getSize()
Gets the value of the size property.
|
String |
getTarget()
Gets the value of the target property.
|
String |
getUsername()
Gets the value of the username property.
|
String |
getVendorId()
Gets the value of the vendorId property.
|
boolean |
isSetAddress() |
boolean |
isSetId() |
boolean |
isSetLunMapping() |
boolean |
isSetPassword() |
boolean |
isSetPaths() |
boolean |
isSetPort() |
boolean |
isSetPortal() |
boolean |
isSetProductId() |
boolean |
isSetSerial() |
boolean |
isSetSize() |
boolean |
isSetTarget() |
boolean |
isSetUsername() |
boolean |
isSetVendorId() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLunMapping(Integer value)
Sets the value of the lunMapping property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPaths(Integer value)
Sets the value of the paths property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setPortal(String value)
Sets the value of the portal property.
|
void |
setProductId(String value)
Sets the value of the productId property.
|
void |
setSerial(String value)
Sets the value of the serial property.
|
void |
setSize(Long value)
Sets the value of the size property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
setVendorId(String value)
Sets the value of the vendorId property.
|
protected String address
protected Integer port
protected String target
protected String username
protected String password
protected String serial
protected String vendorId
protected String productId
protected Integer lunMapping
protected String portal
protected Long size
protected Integer paths
protected String id
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public String getTarget()
String
public void setTarget(String value)
value
- allowed object is
String
public boolean isSetTarget()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public String getSerial()
String
public void setSerial(String value)
value
- allowed object is
String
public boolean isSetSerial()
public String getVendorId()
String
public void setVendorId(String value)
value
- allowed object is
String
public boolean isSetVendorId()
public String getProductId()
String
public void setProductId(String value)
value
- allowed object is
String
public boolean isSetProductId()
public Integer getLunMapping()
Integer
public void setLunMapping(Integer value)
value
- allowed object is
Integer
public boolean isSetLunMapping()
public String getPortal()
String
public void setPortal(String value)
value
- allowed object is
String
public boolean isSetPortal()
public void setSize(Long value)
value
- allowed object is
Long
public boolean isSetSize()
public Integer getPaths()
Integer
public void setPaths(Integer value)
value
- allowed object is
Integer
public boolean isSetPaths()
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
Copyright © 2012. All Rights Reserved.