net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.webflow.config
Interface LocationType

All Known Implementing Classes:
LocationTypeImpl

public interface LocationType

Java class for locationType complex type.

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

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


Method Summary
 String getPath()
          Gets the value of the path property.
 void setPath(String value)
          Sets the value of the path property.
 

Method Detail

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.