Class FXSTYPE

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

public class FXSTYPE extends Object

Java-Klasse für FXS_TYPE complex type.

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

 <complexType name="FXS_TYPE">
   <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="DokNrXPath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <element name="RootElementName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="schemaID" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • _version

      protected String _version
    • _id

      protected String _id
    • _name

      protected String _name
    • _dokNrXPath

      protected List<String> _dokNrXPath
    • _rootElementName

      protected List<String> _rootElementName
    • _schemaID

      protected long _schemaID
  • Constructor Details

    • FXSTYPE

      public FXSTYPE()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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
    • getDokNrXPath

      public List<String> getDokNrXPath()
      Gets the value of the dokNrXPath 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 dokNrXPath property.

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

          getDokNrXPath().add(newItem);
       

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

    • getRootElementName

      public List<String> getRootElementName()
      Gets the value of the rootElementName 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 rootElementName property.

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

          getRootElementName().add(newItem);
       

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

    • getSchemaID

      public long getSchemaID()
      Ruft den Wert der schemaID-Eigenschaft ab.
    • setSchemaID

      public void setSchemaID(long value)
      Legt den Wert der schemaID-Eigenschaft fest.