org.omg.model1.jpa3.Operation$Slice Maven / Gradle / Ivy
package org.omg.model1.jpa3;
/**
* Operation$Slice
object hold the Operation
's multivalued attributes
*/
@SuppressWarnings("serial")
public class Operation$Slice extends org.omg.model1.jpa3.Element$Slice {
// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
/**
* Instance referenced by exception
.
*/
java.lang.String exception;
public java.lang.String getException(
){
return this.exception;
}
public void setException(
java.lang.String value
){
this.exception = value;
}
// ----------------------------------------------------------------------------
// 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 Operation$Slice(
){
// Implements Serializable
}
/**
* Constructor
*/
protected Operation$Slice(
Operation object,
int index
){
super(object, index);
}
}