net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.context
Class PropertyPlaceholder

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.context.PropertyPlaceholder
All Implemented Interfaces:
Serializable, Cloneable

public class PropertyPlaceholder
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String location
           
protected  String propertiesRef
           
 
Constructor Summary
PropertyPlaceholder()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.context.PropertyPlaceholder instance.
PropertyPlaceholder(PropertyPlaceholder o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.context.PropertyPlaceholder instance by copying a given instance.
 
Method Summary
 PropertyPlaceholder clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected String location

propertiesRef

protected String propertiesRef
Constructor Detail

PropertyPlaceholder

public PropertyPlaceholder()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.context.PropertyPlaceholder instance.


PropertyPlaceholder

public PropertyPlaceholder(PropertyPlaceholder o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.context.PropertyPlaceholder instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getLocation

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

Returns:
possible object is String

setLocation

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

Parameters:
value - allowed object is String

getPropertiesRef

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

Returns:
possible object is String

setPropertiesRef

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

Parameters:
value - allowed object is String

clone

public PropertyPlaceholder clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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