public class POIProfileType extends Object
Java class for POIProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POIProfileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceProfiles" type="{}ServiceProfilesType" minOccurs="0"/>
</sequence>
<attribute name="GenericProfile" type="{}GenericProfileTypeCode" default="Standard" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
genericProfile |
protected List<String> |
serviceProfiles |
| Constructor and Description |
|---|
POIProfileType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGenericProfile()
Gets the value of the genericProfile property.
|
List<String> |
getServiceProfiles()
Gets the value of the serviceProfiles property.
|
void |
setGenericProfile(String value)
Sets the value of the genericProfile property.
|
protected String genericProfile
public List<String> getServiceProfiles()
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 serviceProfiles property.
For example, to add a new item, do as follows:
getServiceProfiles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getGenericProfile()
StringCopyright © 2018. All rights reserved.