org.apache.wsif.wsdl.extensions.format
Class TypeMapping

java.lang.Object
  extended byorg.apache.wsif.wsdl.extensions.format.TypeMapping
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

public class TypeMapping
extends java.lang.Object
implements java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement

Author:
Ant Elder , Jeremy Hughes
See Also:
Serialized Form

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

TypeMapping

public TypeMapping()
Method Detail

addMap

public void addMap(TypeMap typeMap)
Insert the method's description here. Creation date: (6/19/2001 2:59:59 PM)


getElementType

public javax.xml.namespace.QName getElementType()
Get the type of this extensibility element.

Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
the extensibility element's type

getStyle

public java.lang.String getStyle()
Insert the method's description here. Creation date: (6/19/2001 1:23:29 PM)

Returns:
java.lang.String

getEncoding

public java.lang.String getEncoding()

getMaps

public java.util.List getMaps()
Insert the method's description here. Creation date: (6/19/2001 2:59:59 PM)

Returns:
java.util.List

getRequired

public java.lang.Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement

setElementType

public void setElementType(javax.xml.namespace.QName aElementType)
Set the type of this extensibility element.

Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement

setStyle

public void setStyle(java.lang.String newStyle)
Insert the method's description here. Creation date: (6/19/2001 1:23:29 PM)


setEncoding

public void setEncoding(java.lang.String newEncoding)

setRequired

public void setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.