net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.util
Class Properties

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.CollectionType
      extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.PropsType
          extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.util.Properties
All Implemented Interfaces:
Serializable, Cloneable

public class Properties
extends PropsType
implements Serializable, Cloneable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}propsType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="local-override" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  Boolean localOverride
           
protected  String location
           
protected  String scope
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.PropsType
prop
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.CollectionType
valueType
 
Constructor Summary
Properties()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.util.Properties instance.
Properties(Properties o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.util.Properties instance by copying a given instance.
 
Method Summary
 Properties clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getLocation()
          Gets the value of the location property.
 String getScope()
          Gets the value of the scope property.
 Boolean isLocalOverride()
          Gets the value of the localOverride property.
 void setId(String value)
          Sets the value of the id property.
 void setLocalOverride(Boolean value)
          Sets the value of the localOverride property.
 void setLocation(String value)
          Sets the value of the location property.
 void setScope(String value)
          Sets the value of the scope property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.PropsType
copyProp, getProp, getProp, getPropLength, setProp, setProp
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.CollectionType
getValueType, setValueType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

location

protected String location

localOverride

protected Boolean localOverride

scope

protected String scope
Constructor Detail

Properties

public Properties()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.util.Properties instance.


Properties

public Properties(Properties o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.util.Properties instance by copying a given instance.

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

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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

isLocalOverride

public Boolean isLocalOverride()
Gets the value of the localOverride property.

Returns:
possible object is Boolean

setLocalOverride

public void setLocalOverride(Boolean value)
Sets the value of the localOverride property.

Parameters:
value - allowed object is Boolean

getScope

public String getScope()
Gets the value of the scope property.

Returns:
possible object is String

setScope

public void setScope(String value)
Sets the value of the scope property.

Parameters:
value - allowed object is String

clone

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

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


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