|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.configuration.types.ExtensionType
public class ExtensionType
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 |
---|
protected java.lang.String parentType
protected java.lang.String elementType
Constructor Detail |
---|
public ExtensionType()
Method Detail |
---|
public java.lang.String getParentType()
String
public void setParentType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getElementType()
String
public void setElementType(java.lang.String value)
value
- allowed object is
String
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |