|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.util.Constant
public class 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>
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
staticField
|
| Constructor Summary | |
|---|---|
Constant()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.util.Constant instance. |
|
Constant(Constant o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.util.Constant instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Constant |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String staticField
| Constructor Detail |
|---|
public Constant()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.util.Constant instance.
public Constant(Constant o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.util.Constant instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getStaticField()
Stringpublic void setStaticField(String value)
value - allowed object is
Stringpublic Constant clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||