org.mule.devkit.wsdl
Class ObjectType

java.lang.Object
  extended by org.mule.devkit.wsdl.ObjectType
All Implemented Interfaces:
Identifiable

public class ObjectType
extends Object
implements Identifiable


Constructor Summary
ObjectType()
           
 
Method Summary
 String getBase()
           
 String getId()
           
 List<ObjectType> getInnerObjectType()
           
 String getIsAbstract()
           
 String getMaxOccurs()
           
 String getMinOccurs()
           
 String getName()
           
 String getNillable()
           
 String getRef()
           
 String getType()
           
 boolean isAnArray()
           
 void setBase(String base)
           
 void setInnerObjectType(List<ObjectType> innerObjectType)
           
 void setIsAbstract(String isAbstract)
           
 void setMaxOccurs(String maxOccurs)
           
 void setMinOccurs(String minOccurs)
           
 void setName(String name)
           
 void setNillable(String nillable)
           
 void setRef(String ref)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectType

public ObjectType()
Method Detail

getMinOccurs

public String getMinOccurs()

setMinOccurs

public void setMinOccurs(String minOccurs)

getMaxOccurs

public String getMaxOccurs()

setMaxOccurs

public void setMaxOccurs(String maxOccurs)

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

toString

public String toString()
Overrides:
toString in class Object

getInnerObjectType

public List<ObjectType> getInnerObjectType()

setInnerObjectType

public void setInnerObjectType(List<ObjectType> innerObjectType)

getNillable

public String getNillable()

setNillable

public void setNillable(String nillable)

isAnArray

public boolean isAnArray()

getId

public String getId()
Specified by:
getId in interface Identifiable

getIsAbstract

public String getIsAbstract()

setIsAbstract

public void setIsAbstract(String isAbstract)

getBase

public String getBase()

setBase

public void setBase(String base)

getRef

public String getRef()

setRef

public void setRef(String ref)


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.