net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans
Interface Alias

All Known Implementing Classes:
AliasImpl

public interface Alias

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getAlias()
          Gets the value of the alias property.
 String getName()
          Gets the value of the name property.
 void setAlias(String value)
          Sets the value of the alias property.
 void setName(String value)
          Sets the value of the name property.
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAlias

String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

void setAlias(String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.