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

java.lang.Object
  |
  +--org.apache.wsif.wsdl.extensions.format.TypeMap
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

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

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

Constructor Summary
TypeMap()
          ConnectorAddress constructor comment.
 
Method Summary
 javax.xml.namespace.QName getElementName()
          Insert the method's description here.
 javax.xml.namespace.QName getElementType()
          Get the type of this extensibility element.
 java.lang.String getFormatType()
          Insert the method's description here.
 java.lang.Boolean getRequired()
          Get whether or not the semantics of this extension are required.
 javax.xml.namespace.QName getTypeName()
          Insert the method's description here.
 void setElementName(javax.xml.namespace.QName newElementName)
          Insert the method's description here.
 void setElementType(javax.xml.namespace.QName aElementType)
          Set the type of this extensibility element.
 void setFormatType(java.lang.String newFormatType)
          Insert the method's description here.
 void setRequired(java.lang.Boolean required)
          Set whether or not the semantics of this extension are required.
 void setTypeName(javax.xml.namespace.QName newTypeName)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMap

public TypeMap()
ConnectorAddress constructor comment.
Method Detail

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

getFormatType

public java.lang.String getFormatType()
Insert the method's description here. Creation date: (6/19/2001 9:27:15 PM)
Returns:
java.lang.String

getTypeName

public javax.xml.namespace.QName getTypeName()
Insert the method's description here. Creation date: (6/19/2001 1:30:38 PM)
Returns:
java.lang.String

getElementName

public javax.xml.namespace.QName getElementName()
Insert the method's description here. Creation date: (7/20/2001 11:07:00 AM)
Returns:
java.lang.String

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
Parameters:
elementType - the type

setFormatType

public void setFormatType(java.lang.String newFormatType)
Insert the method's description here. Creation date: (6/19/2001 9:27:15 PM)
Parameters:
newFormatType - java.lang.String

setTypeName

public void setTypeName(javax.xml.namespace.QName newTypeName)
Insert the method's description here. Creation date: (6/19/2001 1:30:38 PM)
Parameters:
newPart - java.lang.String

setElementName

public void setElementName(javax.xml.namespace.QName newElementName)
Insert the method's description here. Creation date: (7/20/2001 11:07:00 AM)
Parameters:
newPosition - java.lang.String

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, 2002 Apache XML Project. All Rights Reserved.