/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package com.example.ExpectedException; import java.io.Serializable; import java.math.BigDecimal; import java.math.BigInteger; import java.util.List; /** * * A representation of the model object 'Type'. * * *

* The following features are supported: *

*

* * @extends Serializable * @generated */ public interface ExpectedExceptionType extends Serializable { /** * Returns the value of the 'String Val' attribute. * *

* If the meaning of the 'String Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'String Val' attribute. * @see #isSetStringVal() * @see #unsetStringVal() * @see #setStringVal(String) * @generated */ String getStringVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getStringVal String Val}' attribute. * * * @param value the new value of the 'String Val' attribute. * @see #isSetStringVal() * @see #unsetStringVal() * @see #getStringVal() * @generated */ void setStringVal(String value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getStringVal String Val}' attribute. * * * @see #isSetStringVal() * @see #getStringVal() * @see #setStringVal(String) * @generated */ void unsetStringVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getStringVal String Val}' attribute is set. * * * @return whether the value of the 'String Val' attribute is set. * @see #unsetStringVal() * @see #getStringVal() * @see #setStringVal(String) * @generated */ boolean isSetStringVal(); /** * Returns the value of the 'Boolean Val' attribute. * *

* If the meaning of the 'Boolean Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Boolean Val' attribute. * @see #isSetBooleanVal() * @see #unsetBooleanVal() * @see #setBooleanVal(boolean) * @generated */ boolean isBooleanVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#isBooleanVal Boolean Val}' attribute. * * * @param value the new value of the 'Boolean Val' attribute. * @see #isSetBooleanVal() * @see #unsetBooleanVal() * @see #isBooleanVal() * @generated */ void setBooleanVal(boolean value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#isBooleanVal Boolean Val}' attribute. * * * @see #isSetBooleanVal() * @see #isBooleanVal() * @see #setBooleanVal(boolean) * @generated */ void unsetBooleanVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#isBooleanVal Boolean Val}' attribute is set. * * * @return whether the value of the 'Boolean Val' attribute is set. * @see #unsetBooleanVal() * @see #isBooleanVal() * @see #setBooleanVal(boolean) * @generated */ boolean isSetBooleanVal(); /** * Returns the value of the 'Byte Val' attribute. * *

* If the meaning of the 'Byte Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Byte Val' attribute. * @see #isSetByteVal() * @see #unsetByteVal() * @see #setByteVal(byte) * @generated */ byte getByteVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getByteVal Byte Val}' attribute. * * * @param value the new value of the 'Byte Val' attribute. * @see #isSetByteVal() * @see #unsetByteVal() * @see #getByteVal() * @generated */ void setByteVal(byte value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getByteVal Byte Val}' attribute. * * * @see #isSetByteVal() * @see #getByteVal() * @see #setByteVal(byte) * @generated */ void unsetByteVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getByteVal Byte Val}' attribute is set. * * * @return whether the value of the 'Byte Val' attribute is set. * @see #unsetByteVal() * @see #getByteVal() * @see #setByteVal(byte) * @generated */ boolean isSetByteVal(); /** * Returns the value of the 'Decimal Val' attribute. * *

* If the meaning of the 'Decimal Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Decimal Val' attribute. * @see #isSetDecimalVal() * @see #unsetDecimalVal() * @see #setDecimalVal(BigDecimal) * @generated */ BigDecimal getDecimalVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDecimalVal Decimal Val}' attribute. * * * @param value the new value of the 'Decimal Val' attribute. * @see #isSetDecimalVal() * @see #unsetDecimalVal() * @see #getDecimalVal() * @generated */ void setDecimalVal(BigDecimal value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDecimalVal Decimal Val}' attribute. * * * @see #isSetDecimalVal() * @see #getDecimalVal() * @see #setDecimalVal(BigDecimal) * @generated */ void unsetDecimalVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDecimalVal Decimal Val}' attribute is set. * * * @return whether the value of the 'Decimal Val' attribute is set. * @see #unsetDecimalVal() * @see #getDecimalVal() * @see #setDecimalVal(BigDecimal) * @generated */ boolean isSetDecimalVal(); /** * Returns the value of the 'Int Val' attribute. * *

* If the meaning of the 'Int Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Int Val' attribute. * @see #isSetIntVal() * @see #unsetIntVal() * @see #setIntVal(int) * @generated */ int getIntVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getIntVal Int Val}' attribute. * * * @param value the new value of the 'Int Val' attribute. * @see #isSetIntVal() * @see #unsetIntVal() * @see #getIntVal() * @generated */ void setIntVal(int value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getIntVal Int Val}' attribute. * * * @see #isSetIntVal() * @see #getIntVal() * @see #setIntVal(int) * @generated */ void unsetIntVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getIntVal Int Val}' attribute is set. * * * @return whether the value of the 'Int Val' attribute is set. * @see #unsetIntVal() * @see #getIntVal() * @see #setIntVal(int) * @generated */ boolean isSetIntVal(); /** * Returns the value of the 'Float Val' attribute. * *

* If the meaning of the 'Float Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Float Val' attribute. * @see #isSetFloatVal() * @see #unsetFloatVal() * @see #setFloatVal(float) * @generated */ float getFloatVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getFloatVal Float Val}' attribute. * * * @param value the new value of the 'Float Val' attribute. * @see #isSetFloatVal() * @see #unsetFloatVal() * @see #getFloatVal() * @generated */ void setFloatVal(float value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getFloatVal Float Val}' attribute. * * * @see #isSetFloatVal() * @see #getFloatVal() * @see #setFloatVal(float) * @generated */ void unsetFloatVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getFloatVal Float Val}' attribute is set. * * * @return whether the value of the 'Float Val' attribute is set. * @see #unsetFloatVal() * @see #getFloatVal() * @see #setFloatVal(float) * @generated */ boolean isSetFloatVal(); /** * Returns the value of the 'Double Val' attribute. * *

* If the meaning of the 'Double Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Double Val' attribute. * @see #isSetDoubleVal() * @see #unsetDoubleVal() * @see #setDoubleVal(double) * @generated */ double getDoubleVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDoubleVal Double Val}' attribute. * * * @param value the new value of the 'Double Val' attribute. * @see #isSetDoubleVal() * @see #unsetDoubleVal() * @see #getDoubleVal() * @generated */ void setDoubleVal(double value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDoubleVal Double Val}' attribute. * * * @see #isSetDoubleVal() * @see #getDoubleVal() * @see #setDoubleVal(double) * @generated */ void unsetDoubleVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDoubleVal Double Val}' attribute is set. * * * @return whether the value of the 'Double Val' attribute is set. * @see #unsetDoubleVal() * @see #getDoubleVal() * @see #setDoubleVal(double) * @generated */ boolean isSetDoubleVal(); /** * Returns the value of the 'Date Val' attribute. * *

* If the meaning of the 'Date Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Date Val' attribute. * @see #isSetDateVal() * @see #unsetDateVal() * @see #setDateVal(String) * @generated */ String getDateVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDateVal Date Val}' attribute. * * * @param value the new value of the 'Date Val' attribute. * @see #isSetDateVal() * @see #unsetDateVal() * @see #getDateVal() * @generated */ void setDateVal(String value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDateVal Date Val}' attribute. * * * @see #isSetDateVal() * @see #getDateVal() * @see #setDateVal(String) * @generated */ void unsetDateVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getDateVal Date Val}' attribute is set. * * * @return whether the value of the 'Date Val' attribute is set. * @see #unsetDateVal() * @see #getDateVal() * @see #setDateVal(String) * @generated */ boolean isSetDateVal(); /** * Returns the value of the 'Short Val' attribute. * *

* If the meaning of the 'Short Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Short Val' attribute. * @see #isSetShortVal() * @see #unsetShortVal() * @see #setShortVal(short) * @generated */ short getShortVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getShortVal Short Val}' attribute. * * * @param value the new value of the 'Short Val' attribute. * @see #isSetShortVal() * @see #unsetShortVal() * @see #getShortVal() * @generated */ void setShortVal(short value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getShortVal Short Val}' attribute. * * * @see #isSetShortVal() * @see #getShortVal() * @see #setShortVal(short) * @generated */ void unsetShortVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getShortVal Short Val}' attribute is set. * * * @return whether the value of the 'Short Val' attribute is set. * @see #unsetShortVal() * @see #getShortVal() * @see #setShortVal(short) * @generated */ boolean isSetShortVal(); /** * Returns the value of the 'Long Val' attribute. * *

* If the meaning of the 'Long Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Long Val' attribute. * @see #isSetLongVal() * @see #unsetLongVal() * @see #setLongVal(long) * @generated */ long getLongVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getLongVal Long Val}' attribute. * * * @param value the new value of the 'Long Val' attribute. * @see #isSetLongVal() * @see #unsetLongVal() * @see #getLongVal() * @generated */ void setLongVal(long value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getLongVal Long Val}' attribute. * * * @see #isSetLongVal() * @see #getLongVal() * @see #setLongVal(long) * @generated */ void unsetLongVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getLongVal Long Val}' attribute is set. * * * @return whether the value of the 'Long Val' attribute is set. * @see #unsetLongVal() * @see #getLongVal() * @see #setLongVal(long) * @generated */ boolean isSetLongVal(); /** * Returns the value of the 'List Val' attribute list. * The list contents are of type {@link java.lang.String}. * *

* If the meaning of the 'List Val' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'List Val' attribute list. * @generated */ List getListVal(); /** * Returns the value of the 'Bytes Val' attribute. * *

* If the meaning of the 'Bytes Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Bytes Val' attribute. * @see #isSetBytesVal() * @see #unsetBytesVal() * @see #setBytesVal(byte[]) * @generated */ byte[] getBytesVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getBytesVal Bytes Val}' attribute. * * * @param value the new value of the 'Bytes Val' attribute. * @see #isSetBytesVal() * @see #unsetBytesVal() * @see #getBytesVal() * @generated */ void setBytesVal(byte[] value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getBytesVal Bytes Val}' attribute. * * * @see #isSetBytesVal() * @see #getBytesVal() * @see #setBytesVal(byte[]) * @generated */ void unsetBytesVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getBytesVal Bytes Val}' attribute is set. * * * @return whether the value of the 'Bytes Val' attribute is set. * @see #unsetBytesVal() * @see #getBytesVal() * @see #setBytesVal(byte[]) * @generated */ boolean isSetBytesVal(); /** * Returns the value of the 'Integer Val' attribute. * *

* If the meaning of the 'Integer Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Integer Val' attribute. * @see #isSetIntegerVal() * @see #unsetIntegerVal() * @see #setIntegerVal(BigInteger) * @generated */ BigInteger getIntegerVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getIntegerVal Integer Val}' attribute. * * * @param value the new value of the 'Integer Val' attribute. * @see #isSetIntegerVal() * @see #unsetIntegerVal() * @see #getIntegerVal() * @generated */ void setIntegerVal(BigInteger value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getIntegerVal Integer Val}' attribute. * * * @see #isSetIntegerVal() * @see #getIntegerVal() * @see #setIntegerVal(BigInteger) * @generated */ void unsetIntegerVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getIntegerVal Integer Val}' attribute is set. * * * @return whether the value of the 'Integer Val' attribute is set. * @see #unsetIntegerVal() * @see #getIntegerVal() * @see #setIntegerVal(BigInteger) * @generated */ boolean isSetIntegerVal(); /** * Returns the value of the 'Char Val' attribute. * *

* If the meaning of the 'Char Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Char Val' attribute. * @see #isSetCharVal() * @see #unsetCharVal() * @see #setCharVal(String) * @generated */ String getCharVal(); /** * Sets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getCharVal Char Val}' attribute. * * * @param value the new value of the 'Char Val' attribute. * @see #isSetCharVal() * @see #unsetCharVal() * @see #getCharVal() * @generated */ void setCharVal(String value); /** * Unsets the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getCharVal Char Val}' attribute. * * * @see #isSetCharVal() * @see #getCharVal() * @see #setCharVal(String) * @generated */ void unsetCharVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getCharVal Char Val}' attribute is set. * * * @return whether the value of the 'Char Val' attribute is set. * @see #unsetCharVal() * @see #getCharVal() * @see #setCharVal(String) * @generated */ boolean isSetCharVal(); /** * Returns the value of the 'Read Only Val' attribute. * *

* If the meaning of the 'Read Only Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Read Only Val' attribute. * @see #isSetReadOnlyVal() * @generated */ String getReadOnlyVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getReadOnlyVal Read Only Val}' attribute is set. * * * @return whether the value of the 'Read Only Val' attribute is set. * @see #getReadOnlyVal() * @generated */ boolean isSetReadOnlyVal(); /** * Returns the value of the 'Read Only List Val' attribute. * *

* If the meaning of the 'Read Only List Val' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Read Only List Val' attribute. * @see #isSetReadOnlyListVal() * @generated */ String getReadOnlyListVal(); /** * Returns whether the value of the '{@link com.example.ExpectedException.ExpectedExceptionType#getReadOnlyListVal Read Only List Val}' attribute is set. * * * @return whether the value of the 'Read Only List Val' attribute is set. * @see #getReadOnlyListVal() * @generated */ boolean isSetReadOnlyListVal(); } // ExpectedExceptionType