org.idoox.wasp.wsdl
Class SOAPMethodInfo.RequiredElements.Record

java.lang.Object
  extended byorg.idoox.wasp.wsdl.SOAPMethodInfo.RequiredElements.Record
Enclosing class:
SOAPMethodInfo.RequiredElements

public static class SOAPMethodInfo.RequiredElements.Record
extends java.lang.Object


Field Summary
 boolean attachment
           
 QName elementQName
           
 int maxOccurs
           
 int minOccurs
           
 boolean nillable
           
 
Constructor Summary
SOAPMethodInfo.RequiredElements.Record(QName elementQName, boolean nillable, int minOccurs, int maxOccurs, boolean attachment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elementQName

public QName elementQName

nillable

public boolean nillable

minOccurs

public int minOccurs

maxOccurs

public int maxOccurs

attachment

public boolean attachment
Constructor Detail

SOAPMethodInfo.RequiredElements.Record

public SOAPMethodInfo.RequiredElements.Record(QName elementQName,
                                              boolean nillable,
                                              int minOccurs,
                                              int maxOccurs,
                                              boolean attachment)