Class FXSConfig

java.lang.Object
de.consist.bmu.rule.config.schema.fxs.FXSConfig

public class FXSConfig extends Object

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Version" type="{}BMU_VERSION_TYPE"/>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}ID"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FXSSchema" type="{}FXS_SCHEMA_TYPE" maxOccurs="unbounded"/>
         <element name="FXS" type="{}FXS_TYPE" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FXSConfig

      public FXSConfig()
  • Method Details

    • getVersion

      public String getVersion()
      Ruft den Wert der version-Eigenschaft ab.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Legt den Wert der version-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Ruft den Wert der name-Eigenschaft ab.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Legt den Wert der name-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getFXSSchema

      public List<FXSSCHEMATYPE> getFXSSchema()
      Gets the value of the fxsSchema 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 fxsSchema property.

      For example, to add a new item, do as follows:

          getFXSSchema().add(newItem);
       

      Objects of the following type(s) are allowed in the list FXSSCHEMATYPE

    • getFXS

      public List<FXSTYPE> getFXS()
      Gets the value of the fxs 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 fxs property.

      For example, to add a new item, do as follows:

          getFXS().add(newItem);
       

      Objects of the following type(s) are allowed in the list FXSTYPE