org.plasma.provisioning
Class EnumerationLiteral
java.lang.Object
org.plasma.provisioning.Element
org.plasma.provisioning.NamedElement
org.plasma.provisioning.EnumerationLiteral
public class EnumerationLiteral
- extends NamedElement
An enumeration literal definition
Java class for EnumerationLiteral complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumerationLiteral">
<complexContent>
<extension base="{http://www.servicelabs.org/plasma/provisioning}NamedElement">
<sequence>
<element ref="{http://www.servicelabs.org/plasma/provisioning}Documentation" maxOccurs="unbounded"/>
</sequence>
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields inherited from class org.plasma.provisioning.Element |
id |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
documentations
protected List<Documentation> documentations
value
protected String value
EnumerationLiteral
public EnumerationLiteral()
getDocumentations
public List<Documentation> getDocumentations()
- Gets the value of the documentations property.
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 documentations property.
For example, to add a new item, do as follows:
getDocumentations().add(newItem);
Objects of the following type(s) are allowed in the list
Documentation
getValue
public String getValue()
- Gets the value of the value property.
- Returns:
- possible object is
String
setValue
public void setValue(String value)
- Sets the value of the value property.
- Parameters:
value - allowed object is
String
Copyright © 2014. All rights reserved.