net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans
Interface PropertyType

All Known Implementing Classes:
PropertyTypeImpl

public interface PropertyType

Java class for propertyType complex type.

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

 <complexType name="propertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.springframework.org/schema/beans}description" minOccurs="0"/>
         <choice minOccurs="0">
           <element ref="{http://www.springframework.org/schema/beans}meta"/>
           <element ref="{http://www.springframework.org/schema/beans}bean"/>
           <element ref="{http://www.springframework.org/schema/beans}ref"/>
           <element ref="{http://www.springframework.org/schema/beans}idref"/>
           <element ref="{http://www.springframework.org/schema/beans}value"/>
           <element ref="{http://www.springframework.org/schema/beans}null"/>
           <element ref="{http://www.springframework.org/schema/beans}list"/>
           <element ref="{http://www.springframework.org/schema/beans}set"/>
           <element ref="{http://www.springframework.org/schema/beans}map"/>
           <element ref="{http://www.springframework.org/schema/beans}props"/>
           <any namespace='##other'/>
         </choice>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Object getAny()
          Gets the value of the any property.
 Bean getBean()
          Gets the value of the bean property.
 Description getDescription()
          Gets the value of the description property.
 Idref getIdref()
          Gets the value of the idref property.
 List getList()
          Gets the value of the list property.
 Map getMap()
          Gets the value of the map property.
 MetaType getMeta()
          Gets the value of the meta property.
 String getName()
          Gets the value of the name property.
 Null getNull()
          Gets the value of the null property.
 Props getProps()
          Gets the value of the props property.
 Ref getRef()
          Gets the value of the ref property.
 String getRefShortcut()
          Gets the value of the refShortcut property.
 Set getSet()
          Gets the value of the set property.
 Value getValue()
          Gets the value of the value property.
 String getValueShortcut()
          Gets the value of the valueShortcut property.
 void setAny(Object value)
          Sets the value of the any property.
 void setBean(Bean value)
          Sets the value of the bean property.
 void setDescription(Description value)
          Sets the value of the description property.
 void setIdref(Idref value)
          Sets the value of the idref property.
 void setList(List value)
          Sets the value of the list property.
 void setMap(Map value)
          Sets the value of the map property.
 void setMeta(MetaType value)
          Sets the value of the meta property.
 void setName(String value)
          Sets the value of the name property.
 void setNull(Null value)
          Sets the value of the null property.
 void setProps(Props value)
          Sets the value of the props property.
 void setRef(Ref value)
          Sets the value of the ref property.
 void setRefShortcut(String value)
          Sets the value of the refShortcut property.
 void setSet(Set value)
          Sets the value of the set property.
 void setValue(Value value)
          Sets the value of the value property.
 void setValueShortcut(String value)
          Sets the value of the valueShortcut property.
 

Method Detail

getDescription

Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getMeta

MetaType getMeta()
Gets the value of the meta property.

Returns:
possible object is MetaType

setMeta

void setMeta(MetaType value)
Sets the value of the meta property.

Parameters:
value - allowed object is MetaType

getBean

Bean getBean()
Gets the value of the bean property.

Returns:
possible object is Bean

setBean

void setBean(Bean value)
Sets the value of the bean property.

Parameters:
value - allowed object is Bean

getRef

Ref getRef()
Gets the value of the ref property.

Returns:
possible object is Ref

setRef

void setRef(Ref value)
Sets the value of the ref property.

Parameters:
value - allowed object is Ref

getIdref

Idref getIdref()
Gets the value of the idref property.

Returns:
possible object is Idref

setIdref

void setIdref(Idref value)
Sets the value of the idref property.

Parameters:
value - allowed object is Idref

getValue

Value getValue()
Gets the value of the value property.

Returns:
possible object is Value

setValue

void setValue(Value value)
Sets the value of the value property.

Parameters:
value - allowed object is Value

getNull

Null getNull()
Gets the value of the null property.

Returns:
possible object is Null

setNull

void setNull(Null value)
Sets the value of the null property.

Parameters:
value - allowed object is Null

getList

List getList()
Gets the value of the list property.

Returns:
possible object is List

setList

void setList(List value)
Sets the value of the list property.

Parameters:
value - allowed object is List

getSet

Set getSet()
Gets the value of the set property.

Returns:
possible object is Set

setSet

void setSet(Set value)
Sets the value of the set property.

Parameters:
value - allowed object is Set

getMap

Map getMap()
Gets the value of the map property.

Returns:
possible object is Map

setMap

void setMap(Map value)
Sets the value of the map property.

Parameters:
value - allowed object is Map

getProps

Props getProps()
Gets the value of the props property.

Returns:
possible object is Props

setProps

void setProps(Props value)
Sets the value of the props property.

Parameters:
value - allowed object is Props

getAny

Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRefShortcut

String getRefShortcut()
Gets the value of the refShortcut property.

Returns:
possible object is String

setRefShortcut

void setRefShortcut(String value)
Sets the value of the refShortcut property.

Parameters:
value - allowed object is String

getValueShortcut

String getValueShortcut()
Gets the value of the valueShortcut property.

Returns:
possible object is String

setValueShortcut

void setValueShortcut(String value)
Sets the value of the valueShortcut property.

Parameters:
value - allowed object is String


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