net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.util
Interface Constant

All Known Implementing Classes:
ConstantImpl

public interface Constant

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="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="static-field" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getId()
          Gets the value of the id property.
 String getStaticField()
          Gets the value of the staticField property.
 void setId(String value)
          Sets the value of the id property.
 void setStaticField(String value)
          Sets the value of the staticField property.
 

Method Detail

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getStaticField

String getStaticField()
Gets the value of the staticField property.

Returns:
possible object is String

setStaticField

void setStaticField(String value)
Sets the value of the staticField property.

Parameters:
value - allowed object is String


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