public class RulesProfile extends Object
Java class for RulesProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RulesProfile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="POV" type="{}PovInfo"/>
<element name="Summary" type="{}SummaryInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PovInfo |
pov |
protected SummaryInfo |
summary |
| Constructor and Description |
|---|
RulesProfile() |
| Modifier and Type | Method and Description |
|---|---|
PovInfo |
getPOV()
Gets the value of the pov property.
|
SummaryInfo |
getSummary()
Gets the value of the summary property.
|
void |
setPOV(PovInfo value)
Sets the value of the pov property.
|
void |
setSummary(SummaryInfo value)
Sets the value of the summary property.
|
protected PovInfo pov
protected SummaryInfo summary
public PovInfo getPOV()
PovInfopublic void setPOV(PovInfo value)
value - allowed object is
PovInfopublic SummaryInfo getSummary()
SummaryInfopublic void setSummary(SummaryInfo value)
value - allowed object is
SummaryInfoCopyright 2007, 2026, Oracle. All rights reserved.