public class PovInfo extends Object
Java class for PovInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PovInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Entity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Parent" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Scenario" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Year" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="Period" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="StartPeriod" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="EndPeriod" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
endPeriod |
protected String |
entity |
protected String |
parent |
protected String |
period |
protected String |
scenario |
protected String |
startPeriod |
protected String |
value |
protected BigInteger |
year |
| Constructor and Description |
|---|
PovInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndPeriod()
Gets the value of the endPeriod property.
|
String |
getEntity()
Gets the value of the entity property.
|
String |
getParent()
Gets the value of the parent property.
|
String |
getPeriod()
Gets the value of the period property.
|
String |
getScenario()
Gets the value of the scenario property.
|
String |
getStartPeriod()
Gets the value of the startPeriod property.
|
String |
getValue()
Gets the value of the value property.
|
BigInteger |
getYear()
Gets the value of the year property.
|
void |
setEndPeriod(String value)
Sets the value of the endPeriod property.
|
void |
setEntity(String value)
Sets the value of the entity property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setPeriod(String value)
Sets the value of the period property.
|
void |
setScenario(String value)
Sets the value of the scenario property.
|
void |
setStartPeriod(String value)
Sets the value of the startPeriod property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setYear(BigInteger value)
Sets the value of the year property.
|
protected String entity
protected String parent
protected String scenario
protected BigInteger year
protected String period
protected String value
protected String startPeriod
protected String endPeriod
public String getEntity()
Stringpublic void setEntity(String value)
value - allowed object is
Stringpublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic String getScenario()
Stringpublic void setScenario(String value)
value - allowed object is
Stringpublic BigInteger getYear()
BigIntegerpublic void setYear(BigInteger value)
value - allowed object is
BigIntegerpublic String getPeriod()
Stringpublic void setPeriod(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getStartPeriod()
Stringpublic void setStartPeriod(String value)
value - allowed object is
Stringpublic String getEndPeriod()
StringCopyright 2007, 2026, Oracle. All rights reserved.