Apache CXF API

org.apache.cxf.configuration.types
Class ExtensionType

java.lang.Object
  extended by org.apache.cxf.configuration.types.ExtensionType

public class ExtensionType
extends java.lang.Object

Java class for extensionType complex type.

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

 <complexType name="extensionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="elementType" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String elementType
           
protected  java.lang.String parentType
           
 
Constructor Summary
ExtensionType()
           
 
Method Summary
 java.lang.String getElementType()
          Gets the value of the elementType property.
 java.lang.String getParentType()
          Gets the value of the parentType property.
 void setElementType(java.lang.String value)
          Sets the value of the elementType property.
 void setParentType(java.lang.String value)
          Sets the value of the parentType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentType

protected java.lang.String parentType

elementType

protected java.lang.String elementType
Constructor Detail

ExtensionType

public ExtensionType()
Method Detail

getParentType

public java.lang.String getParentType()
Gets the value of the parentType property.

Returns:
possible object is String

setParentType

public void setParentType(java.lang.String value)
Sets the value of the parentType property.

Parameters:
value - allowed object is String

getElementType

public java.lang.String getElementType()
Gets the value of the elementType property.

Returns:
possible object is String

setElementType

public void setElementType(java.lang.String value)
Sets the value of the elementType property.

Parameters:
value - allowed object is String

Apache CXF API

-