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>
| Modifier and Type | Field and Description |
|---|---|
protected List<ChangePair> |
changePair |
protected List<Component> |
component |
protected Defaults |
defaults |
protected List<Group> |
group |
protected String |
name |
protected String |
version |
| Constructor and Description |
|---|
StringsubsDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangePair> |
getChangePair()
Gets the value of the changePair property.
|
List<Component> |
getComponent()
Gets the value of the component property.
|
Defaults |
getDefaults()
Gets the value of the defaults property.
|
List<Group> |
getGroup()
Gets the value of the group property.
|
String |
getName()
Gets the value of the name property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDefaults(Defaults value)
Sets the value of the defaults property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<ChangePair> changePair
protected Defaults defaults
protected String name
protected String version
public List<Component> getComponent()
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 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
public List<Group> getGroup()
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 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
public List<ChangePair> getChangePair()
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 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
public Defaults getDefaults()
Defaultspublic void setDefaults(Defaults value)
value - allowed object is
Defaultspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2017. All rights reserved.