com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types

Class XSDType

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types.XSDType

  1. public class XSDType
  2. extends java.lang.Object
Represents an XSDType WSRR object

Constructor Summary

Constructor and Description
XSDType()

Method Summary

Modifier and Type Method and Description
  1. javax.xml.soap.SOAPElement[]
get_any()
  1. javax.xml.soap.SOAPElement
get_any(int i)
  1. void
set_any(int i,javax.xml.soap.SOAPElement value)
  1. void
set_any(javax.xml.soap.SOAPElement[] _any)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

XSDType

  1. public XSDType()

Method Detail

get_any

  1. public javax.xml.soap.SOAPElement[] get_any( )

set_any

  1. public void set_any(javax.xml.soap.SOAPElement[] _any)

get_any

  1. public javax.xml.soap.SOAPElement get_any( int i)

set_any

  1. public void set_any(int i,
  2. javax.xml.soap.SOAPElement value)