com.seitenbau.testing.aliasconfigurationfixture
Class IndexAlias
java.lang.Object
com.seitenbau.testing.aliasconfigurationfixture.Alias
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>
Fields inherited from class com.seitenbau.testing.aliasconfigurationfixture.Alias |
name, value |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
afterIndexValue
protected java.lang.String afterIndexValue
IndexAlias
public IndexAlias()
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.