net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.aop
Interface DeclareParentsType

All Known Implementing Classes:
DeclareParentsTypeImpl

public interface DeclareParentsType

Java class for declareParentsType complex type.

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

 <complexType name="declareParentsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="types-matching" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="implement-interface" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default-impl" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="delegate-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getDefaultImpl()
          Gets the value of the defaultImpl property.
 String getDelegateRef()
          Gets the value of the delegateRef property.
 String getImplementInterface()
          Gets the value of the implementInterface property.
 String getTypesMatching()
          Gets the value of the typesMatching property.
 void setDefaultImpl(String value)
          Sets the value of the defaultImpl property.
 void setDelegateRef(String value)
          Sets the value of the delegateRef property.
 void setImplementInterface(String value)
          Sets the value of the implementInterface property.
 void setTypesMatching(String value)
          Sets the value of the typesMatching property.
 

Method Detail

getTypesMatching

String getTypesMatching()
Gets the value of the typesMatching property.

Returns:
possible object is String

setTypesMatching

void setTypesMatching(String value)
Sets the value of the typesMatching property.

Parameters:
value - allowed object is String

getImplementInterface

String getImplementInterface()
Gets the value of the implementInterface property.

Returns:
possible object is String

setImplementInterface

void setImplementInterface(String value)
Sets the value of the implementInterface property.

Parameters:
value - allowed object is String

getDefaultImpl

String getDefaultImpl()
Gets the value of the defaultImpl property.

Returns:
possible object is String

setDefaultImpl

void setDefaultImpl(String value)
Sets the value of the defaultImpl property.

Parameters:
value - allowed object is String

getDelegateRef

String getDelegateRef()
Gets the value of the delegateRef property.

Returns:
possible object is String

setDelegateRef

void setDelegateRef(String value)
Sets the value of the delegateRef property.

Parameters:
value - allowed object is String


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