|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.util.PropertyPath
public class PropertyPath
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="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
path
|
| Constructor Summary | |
|---|---|
PropertyPath()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.util.PropertyPath instance. |
|
PropertyPath(PropertyPath o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.util.PropertyPath instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PropertyPath |
clone()
Creates and returns a copy of this object. |
String |
getId()
Gets the value of the id property. |
String |
getPath()
Gets the value of the path property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPath(String value)
Sets the value of the path 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 path
| Constructor Detail |
|---|
public PropertyPath()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.util.PropertyPath instance.
public PropertyPath(PropertyPath o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.util.PropertyPath 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 getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic PropertyPath clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||