Class StringsubsDefinition
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the changePair property.Gets the value of the component property.Gets the value of the defaults property.getGroup()Gets the value of the group property.getName()Gets the value of the name property.Gets the value of the version property.voidsetDefaults(Defaults value) Sets the value of the defaults property.voidSets the value of the name property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
component
-
group
-
changePair
-
defaults
-
name
-
version
-
-
Constructor Details
-
StringsubsDefinition
public StringsubsDefinition()
-
-
Method Details
-
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 JAXB 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- Returns:
- The value of the component property.
-
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 JAXB 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- Returns:
- The value of the group property.
-
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 JAXB 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- Returns:
- The value of the changePair property.
-
getDefaults
Gets the value of the defaults property.- Returns:
- possible object is
Defaults
-
setDefaults
Sets the value of the defaults property.- Parameters:
value- allowed object isDefaults
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-