com.seitenbau.testing.aliasconfigurationfixture
Class IndexAlias

java.lang.Object
  extended by com.seitenbau.testing.aliasconfigurationfixture.Alias
      extended by com.seitenbau.testing.aliasconfigurationfixture.IndexAlias

public class IndexAlias
extends Alias

Java class for IndexAlias complex type.

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

 <complexType name="IndexAlias">
   <complexContent>
     <extension base="{http://www.seitenbau.com/testing/AliasConfigurationFixture}Alias">
       <sequence>
         <element name="afterIndexValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String afterIndexValue
           
 
Fields inherited from class com.seitenbau.testing.aliasconfigurationfixture.Alias
name, value
 
Constructor Summary
IndexAlias()
           
 
Method Summary
 java.lang.String getAfterIndexValue()
          Gets the value of the afterIndexValue property.
 void setAfterIndexValue(java.lang.String value)
          Sets the value of the afterIndexValue property.
 
Methods inherited from class com.seitenbau.testing.aliasconfigurationfixture.Alias
getName, getValue, setName, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

afterIndexValue

protected java.lang.String afterIndexValue
Constructor Detail

IndexAlias

public IndexAlias()
Method Detail

getAfterIndexValue

public java.lang.String getAfterIndexValue()
Gets the value of the afterIndexValue property.

Returns:
possible object is String

setAfterIndexValue

public void setAfterIndexValue(java.lang.String value)
Sets the value of the afterIndexValue property.

Parameters:
value - allowed object is String


Copyright © 2009 SourceForge. All Rights Reserved.