public class ReportedConfiguration extends Object
Java class for ReportedConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportedConfiguration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="expected_value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="actual_value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="in_sync" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ReportedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getActualValue()
Gets the value of the actualValue property.
|
String |
getExpectedValue()
Gets the value of the expectedValue property.
|
Boolean |
getInSync()
Gets the value of the inSync property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetActualValue() |
boolean |
isSetExpectedValue() |
boolean |
isSetInSync() |
boolean |
isSetName() |
void |
setActualValue(String value)
Sets the value of the actualValue property.
|
void |
setExpectedValue(String value)
Sets the value of the expectedValue property.
|
void |
setInSync(Boolean value)
Sets the value of the inSync property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getExpectedValue()
String
public void setExpectedValue(String value)
value
- allowed object is
String
public boolean isSetExpectedValue()
public String getActualValue()
String
public void setActualValue(String value)
value
- allowed object is
String
public boolean isSetActualValue()
public Boolean getInSync()
Boolean
public void setInSync(Boolean value)
value
- allowed object is
Boolean
public boolean isSetInSync()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0