Class StringsubsDefinition
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.xml.stringsubs.StringsubsDefinition
-
public class StringsubsDefinition extends Object
Java class for StringsubsDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringsubsDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}component" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}group" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}change-pair" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}defaults" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description StringsubsDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChangePair>getChangePair()Gets the value of the changePair property.List<Component>getComponent()Gets the value of the component property.DefaultsgetDefaults()Gets the value of the defaults property.List<Group>getGroup()Gets the value of the group property.StringgetName()Gets the value of the name property.StringgetVersion()Gets the value of the version property.voidsetDefaults(Defaults value)Sets the value of the defaults property.voidsetName(String value)Sets the value of the name property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Method Detail
-
getComponent
public List<Component> getComponent()
Gets the value of the component 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 Jakarta XML Binding object. This is why there is not a
setmethod for the component property.For example, to add a new item, do as follows:
getComponent().add(newItem);Objects of the following type(s) are allowed in the list
Component
-
getGroup
public List<Group> getGroup()
Gets the value of the group 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 Jakarta XML Binding object. This is why there is not a
setmethod for the group property.For example, to add a new item, do as follows:
getGroup().add(newItem);Objects of the following type(s) are allowed in the list
Group
-
getChangePair
public List<ChangePair> getChangePair()
Gets the value of the changePair 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 Jakarta XML Binding object. This is why there is not a
setmethod for the changePair property.For example, to add a new item, do as follows:
getChangePair().add(newItem);Objects of the following type(s) are allowed in the list
ChangePair
-
getDefaults
public Defaults getDefaults()
Gets the value of the defaults property.- Returns:
- possible object is
Defaults
-
setDefaults
public void setDefaults(Defaults value)
Sets the value of the defaults property.- Parameters:
value- allowed object isDefaults
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-