|
YOKO API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.schemas.yoko.bindings.corba.CorbaType
public class CorbaType
Anonymous IDL type. Has no repository ID. Used for intermediate types for multidimensional arrays and sequences of sequences.
Java class for corbaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="corbaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
name
|
protected javax.xml.namespace.QName |
type
|
Constructor Summary | |
---|---|
CorbaType()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the value of the name property. |
javax.xml.namespace.QName |
getType()
Gets the value of the type property. |
boolean |
isSetName()
|
boolean |
isSetType()
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setType(javax.xml.namespace.QName value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected javax.xml.namespace.QName type
Constructor Detail |
---|
public CorbaType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public javax.xml.namespace.QName getType()
QName
public void setType(javax.xml.namespace.QName value)
value
- allowed object is
QName
public boolean isSetType()
|
YOKO API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |