public class ProfileLoginIpRange extends Object
Java class for ProfileLoginIpRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileLoginIpRange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
endAddress |
protected String |
startAddress |
| Constructor and Description |
|---|
ProfileLoginIpRange() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getEndAddress()
Gets the value of the endAddress property.
|
String |
getStartAddress()
Gets the value of the startAddress property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEndAddress(String value)
Sets the value of the endAddress property.
|
void |
setStartAddress(String value)
Sets the value of the startAddress property.
|
protected String description
protected String endAddress
protected String startAddress
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getEndAddress()
Stringpublic void setEndAddress(String value)
value - allowed object is
Stringpublic String getStartAddress()
StringCopyright © 2016. All rights reserved.