|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.wsif.wsdl.extensions.format.TypeMapping
Constructor Summary | |
---|---|
TypeMapping()
|
Method Summary | |
---|---|
void |
addMap(TypeMap typeMap)
Insert the method's description here. |
javax.xml.namespace.QName |
getElementType()
Get the type of this extensibility element. |
java.lang.String |
getEncoding()
|
java.util.List |
getMaps()
Insert the method's description here. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
java.lang.String |
getStyle()
Insert the method's description here. |
void |
setElementType(javax.xml.namespace.QName aElementType)
Set the type of this extensibility element. |
void |
setEncoding(java.lang.String newEncoding)
|
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. |
void |
setStyle(java.lang.String newStyle)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TypeMapping()
Method Detail |
public void addMap(TypeMap typeMap)
newPartTypes
- java.util.Listpublic javax.xml.namespace.QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
public java.lang.String getStyle()
public java.lang.String getEncoding()
public java.util.List getMaps()
public java.lang.Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
public void setElementType(javax.xml.namespace.QName aElementType)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
elementType
- the typepublic void setStyle(java.lang.String newStyle)
newEncodingStyle
- java.lang.Stringpublic void setEncoding(java.lang.String newEncoding)
public void setRequired(java.lang.Boolean required)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |