Package org.proforma

Class ModelSolutionType

java.lang.Object
org.proforma.ModelSolutionType

public class ModelSolutionType extends Object

Java class for model-solution-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="model-solution-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="filerefs" type="{urn:proforma:v2.1}filerefs-type"/>
         <element name="description" type="{urn:proforma:v2.1}description-type" minOccurs="0"/>
         <element name="internal-description" type="{urn:proforma:v2.1}description-type" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • filerefs

      protected FilerefsType filerefs
    • id

      protected String id
    • description

      protected String description
    • internalDescription

      protected String internalDescription
  • Constructor Details

    • ModelSolutionType

      public ModelSolutionType()
  • Method Details

    • getFilerefs

      public FilerefsType getFilerefs()
      Ruft den Wert der filerefs-Eigenschaft ab.
      Returns:
      possible object is FilerefsType
    • setFilerefs

      public void setFilerefs(FilerefsType value)
      Legt den Wert der filerefs-Eigenschaft fest.
      Parameters:
      value - allowed object is FilerefsType
    • 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
    • getDescription

      public String getDescription()
      Ruft den Wert der description-Eigenschaft ab.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Legt den Wert der description-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getInternalDescription

      public String getInternalDescription()
      Ruft den Wert der internalDescription-Eigenschaft ab.
      Returns:
      possible object is String
    • setInternalDescription

      public void setInternalDescription(String value)
      Legt den Wert der internalDescription-Eigenschaft fest.
      Parameters:
      value - allowed object is String