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>
 
  • Field Details

  • Constructor Details

    • StringsubsDefinition

      public StringsubsDefinition()
  • Method Details

    • 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 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

      Returns:
      The value of the component property.
    • 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 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

      Returns:
      The value of the group property.
    • 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 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

      Returns:
      The value of the changePair property.
    • 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 is Defaults
    • 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 is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String