public class ProfileDetail extends Object
Java class for ProfileDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileDetail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="profile_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{}statistic" maxOccurs="2" minOccurs="0"/> <element ref="{}block_statistic" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}fop_statistic" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ProfileDetail() |
Modifier and Type | Method and Description |
---|---|
List<BlockStatistic> |
getBlockStatistic()
Gets the value of the blockStatistic property.
|
Integer |
getDuration()
Gets the value of the duration property.
|
List<FopStatistic> |
getFopStatistic()
Gets the value of the fopStatistic property.
|
String |
getProfileType()
Gets the value of the profileType property.
|
List<Statistic> |
getStatistic()
Gets the value of the statistic property.
|
boolean |
isSetBlockStatistic() |
boolean |
isSetDuration() |
boolean |
isSetFopStatistic() |
boolean |
isSetProfileType() |
boolean |
isSetStatistic() |
void |
setDuration(Integer value)
Sets the value of the duration property.
|
void |
setProfileType(String value)
Sets the value of the profileType property.
|
void |
unsetBlockStatistic() |
void |
unsetFopStatistic() |
void |
unsetStatistic() |
public String getProfileType()
String
public void setProfileType(String value)
value
- allowed object is
String
public boolean isSetProfileType()
public Integer getDuration()
Integer
public void setDuration(Integer value)
value
- allowed object is
Integer
public boolean isSetDuration()
public List<Statistic> getStatistic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the statistic property.
For example, to add a new item, do as follows:
getStatistic().add(newItem);
Objects of the following type(s) are allowed in the list
Statistic
public boolean isSetStatistic()
public void unsetStatistic()
public List<BlockStatistic> getBlockStatistic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the blockStatistic property.
For example, to add a new item, do as follows:
getBlockStatistic().add(newItem);
Objects of the following type(s) are allowed in the list
BlockStatistic
public boolean isSetBlockStatistic()
public void unsetBlockStatistic()
public List<FopStatistic> getFopStatistic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the fopStatistic property.
For example, to add a new item, do as follows:
getFopStatistic().add(newItem);
Objects of the following type(s) are allowed in the list
FopStatistic
public boolean isSetFopStatistic()
public void unsetFopStatistic()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0