net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util
Interface Properties

All Superinterfaces:
CollectionType, PropsType
All Known Implementing Classes:
PropertiesImpl

public interface Properties
extends PropsType

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>
 


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.PropsType
getProp, getProp, getPropLength, setProp, setProp
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

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

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

isLocalOverride

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

Returns:
possible object is Boolean

setLocalOverride

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

Parameters:
value - allowed object is Boolean

getScope

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

Returns:
possible object is String

setScope

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

Parameters:
value - allowed object is String


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