Class SystemProperty
- java.lang.Object
-
- org.jdom2.Content
-
- org.jdom2.Element
-
- org.codehaus.cargo.module.DescriptorElement
-
- org.codehaus.cargo.module.webapp.resin.elements.SystemProperty
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jdom2.NamespaceAware
,org.jdom2.Parent
public class SystemProperty extends DescriptorElement
Wrapper Class representing a resin-web.xml system property.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemProperty()
Constructor.SystemProperty(ResinWebXmlTag tag)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getElementId()
String
getValue()
Get the system property value.void
setValue(String value)
Set the system property value.-
Methods inherited from class org.codehaus.cargo.module.DescriptorElement
getTag, setTag
-
Methods inherited from class org.jdom2.Element
addContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, canContainContent, clone, cloneContent, coalesceText, detach, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributesSize, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespacesInherited, getNamespacesInScope, getNamespacesIntroduced, getNamespaceURI, getQualifiedName, getText, getTextNormalize, getTextTrim, getXMLBaseURI, hasAdditionalNamespaces, hasAttributes, indexOf, isAncestor, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setContent, setContent, setContent, setName, setNamespace, setText, sortAttributes, sortChildren, sortContent, sortContent, toString
-
Methods inherited from class org.jdom2.Content
equals, getCType, getDocument, getParent, getParentElement, hashCode, setParent
-
-
-
-
Constructor Detail
-
SystemProperty
public SystemProperty(ResinWebXmlTag tag)
Constructor.- Parameters:
tag
- Resin Web XML Tag type
-
SystemProperty
public SystemProperty()
Constructor.
-
-
Method Detail
-
getElementId
public String getElementId()
- Returns:
- System property name.
-
getValue
public String getValue()
Get the system property value.- Overrides:
getValue
in classorg.jdom2.Element
- Returns:
- the value
-
setValue
public void setValue(String value)
Set the system property value.- Parameters:
value
- to be set
-
-