net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.util
Interface PropertyPath

All Known Implementing Classes:
PropertyPathImpl

public interface 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>
 


Method Summary
 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.
 

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

getPath

String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String


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