public class IpAddressAssignment extends Object
Java class for IpAddressAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpAddressAssignment"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}ip" minOccurs="0"/> <element name="assignment_method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
IpAddressAssignment() |
Modifier and Type | Method and Description |
---|---|
String |
getAssignmentMethod()
Gets the value of the assignmentMethod property.
|
IP |
getIp()
Gets the value of the ip property.
|
boolean |
isSetAssignmentMethod() |
boolean |
isSetIp() |
void |
setAssignmentMethod(String value)
Sets the value of the assignmentMethod property.
|
void |
setIp(IP value)
Sets the value of the ip property.
|
public void setIp(IP value)
value
- allowed object is
IP
public boolean isSetIp()
public String getAssignmentMethod()
String
public void setAssignmentMethod(String value)
value
- allowed object is
String
public boolean isSetAssignmentMethod()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0