public class ContextService extends java.lang.Object implements Keyable<java.lang.String>
Java class for context-serviceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="context-serviceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" minOccurs="0"/> <element name="name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/> <element name="cleared" type="{http://java.sun.com/xml/ns/javaee}string" maxOccurs="unbounded" minOccurs="0"/> <element name="propagated" type="{http://java.sun.com/xml/ns/javaee}string" maxOccurs="unbounded" minOccurs="0"/> <element name="unchanged" type="{http://java.sun.com/xml/ns/javaee}string" maxOccurs="unbounded" minOccurs="0"/> <element name="property" type="{http://java.sun.com/xml/ns/javaee}propertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
cleared |
protected Description |
description |
protected java.lang.String |
id |
protected JndiName |
name |
protected java.util.List<java.lang.String> |
propagated |
protected java.util.List<Property> |
property |
protected java.util.List<java.lang.String> |
unchanged |
Constructor and Description |
---|
ContextService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCleared()
Gets the value of the cleared property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getKey()
Gets the immutable key for this object.
|
JndiName |
getName()
Gets the value of the name property.
|
java.util.List<java.lang.String> |
getPropagated()
Gets the value of the propagated property.
|
java.util.List<Property> |
getProperty()
Gets the value of the property property.
|
java.util.List<java.lang.String> |
getUnchanged()
Gets the value of the unchanged property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setName(JndiName value)
Sets the value of the name property.
|
protected Description description
protected JndiName name
protected java.util.List<java.lang.String> cleared
protected java.util.List<java.lang.String> propagated
protected java.util.List<java.lang.String> unchanged
protected java.util.List<Property> property
protected java.lang.String id
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public JndiName getName()
JndiName
public void setName(JndiName value)
value
- allowed object is
JndiName
public java.util.List<java.lang.String> getCleared()
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 Jakarta XML Binding object.
This is why there is not a set
method for the cleared property.
For example, to add a new item, do as follows:
getCleared().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getPropagated()
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 Jakarta XML Binding object.
This is why there is not a set
method for the propagated property.
For example, to add a new item, do as follows:
getPropagated().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getUnchanged()
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 Jakarta XML Binding object.
This is why there is not a set
method for the unchanged property.
For example, to add a new item, do as follows:
getUnchanged().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<Property> getProperty()
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 Jakarta XML Binding object.
This is why there is not a set
method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String