YOKO API

org.apache.schemas.yoko.bindings.corba
Class ArgType

java.lang.Object
  extended by org.apache.schemas.yoko.bindings.corba.ArgType
Direct Known Subclasses:
ParamType

public class ArgType
extends java.lang.Object

CORBA Param Type

Java class for argType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="argType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="idltype" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.namespace.QName idltype
           
protected  java.lang.String name
           
 
Constructor Summary
ArgType()
           
 
Method Summary
 javax.xml.namespace.QName getIdltype()
          Gets the value of the idltype property.
 java.lang.String getName()
          Gets the value of the name property.
 boolean isSetIdltype()
           
 boolean isSetName()
           
 void setIdltype(javax.xml.namespace.QName value)
          Sets the value of the idltype property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idltype

protected javax.xml.namespace.QName idltype

name

protected java.lang.String name
Constructor Detail

ArgType

public ArgType()
Method Detail

getIdltype

public javax.xml.namespace.QName getIdltype()
Gets the value of the idltype property.

Returns:
possible object is QName

setIdltype

public void setIdltype(javax.xml.namespace.QName value)
Sets the value of the idltype property.

Parameters:
value - allowed object is QName

isSetIdltype

public boolean isSetIdltype()

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

YOKO API

-