All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.model1.jpa3.Exception$Slice Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
package org.omg.model1.jpa3;

/**
 * Exception$Slice object hold the Exception's multivalued attributes
 */
@SuppressWarnings("serial")
public class Exception$Slice extends org.omg.model1.jpa3.Element$Slice {

// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
  /**
   * Instance referenced by content.
   */
  java.lang.String content;

  public java.lang.String getContent(
  ){
    return this.content;
  }

  public void setContent(
    java.lang.String value
  ){
    this.content = value;
  }

// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
  /**
   * Instance referenced by parameter.
   */
  java.lang.String parameter;

  public java.lang.String getParameter(
  ){
    return this.parameter;
  }

  public void setParameter(
    java.lang.String value
  ){
    this.parameter = value;
  }


  /**
   * Constructor
   */
  public Exception$Slice(
  ){
    // Implements Serializable
  }

  /**
   * Constructor
   */
  protected Exception$Slice(
    Exception object,
    int index
  ){
    super(object, index);
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy