net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.context
Interface PropertyPlaceholder

All Known Implementing Classes:
PropertyPlaceholderImpl

public interface PropertyPlaceholder

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="location" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="properties-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getLocation()
          Gets the value of the location property.
 String getPropertiesRef()
          Gets the value of the propertiesRef property.
 void setLocation(String value)
          Sets the value of the location property.
 void setPropertiesRef(String value)
          Sets the value of the propertiesRef property.
 

Method Detail

getLocation

String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getPropertiesRef

String getPropertiesRef()
Gets the value of the propertiesRef property.

Returns:
possible object is String

setPropertiesRef

void setPropertiesRef(String value)
Sets the value of the propertiesRef property.

Parameters:
value - allowed object is String


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