|
YOKO API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.celtix.wsdl.TExtensibilityElement
org.objectweb.celtix.wsdl.TExtensibilityElementImpl
org.apache.schemas.yoko.bindings.corba.TypeMappingType
public class TypeMappingType
YOKO CORBA WSDL binding type map.
Java class for typeMappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="typeMappingType"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement"> <sequence> <choice maxOccurs="unbounded"> <element name="struct" type="{http://schemas.apache.org/yoko/bindings/corba}struct"/> <element name="exception" type="{http://schemas.apache.org/yoko/bindings/corba}exception"/> <element name="union" type="{http://schemas.apache.org/yoko/bindings/corba}union"/> <element name="alias" type="{http://schemas.apache.org/yoko/bindings/corba}alias"/> <element name="sequence" type="{http://schemas.apache.org/yoko/bindings/corba}sequence"/> <element name="array" type="{http://schemas.apache.org/yoko/bindings/corba}array"/> <element name="enum" type="{http://schemas.apache.org/yoko/bindings/corba}enum"/> <element name="fixed" type="{http://schemas.apache.org/yoko/bindings/corba}fixed"/> <element name="anonsequence" type="{http://schemas.apache.org/yoko/bindings/corba}anonsequence"/> <element name="anonarray" type="{http://schemas.apache.org/yoko/bindings/corba}anonarray"/> <element name="anonstring" type="{http://schemas.apache.org/yoko/bindings/corba}anonstring"/> <element name="anonwstring" type="{http://schemas.apache.org/yoko/bindings/corba}anonwstring"/> <element name="anonfixed" type="{http://schemas.apache.org/yoko/bindings/corba}anonfixed"/> <element name="const" type="{http://schemas.apache.org/yoko/bindings/corba}const"/> <element name="object" type="{http://schemas.apache.org/yoko/bindings/corba}object"/> </choice> </sequence> <attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<CorbaTypeImpl> |
structOrExceptionOrUnion
|
protected java.lang.String |
targetNamespace
|
Fields inherited from class org.objectweb.celtix.wsdl.TExtensibilityElement |
---|
required |
Constructor Summary | |
---|---|
TypeMappingType()
|
Method Summary | |
---|---|
java.util.List<CorbaTypeImpl> |
getStructOrExceptionOrUnion()
Gets the value of the structOrExceptionOrUnion property. |
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
boolean |
isSetStructOrExceptionOrUnion()
|
boolean |
isSetTargetNamespace()
|
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property. |
void |
unsetStructOrExceptionOrUnion()
|
Methods inherited from class org.objectweb.celtix.wsdl.TExtensibilityElementImpl |
---|
getElementType, getRequired, setElementType, setRequired |
Methods inherited from class org.objectweb.celtix.wsdl.TExtensibilityElement |
---|
isRequired, isSetRequired, setRequired, unsetRequired |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<CorbaTypeImpl> structOrExceptionOrUnion
protected java.lang.String targetNamespace
Constructor Detail |
---|
public TypeMappingType()
Method Detail |
---|
public java.util.List<CorbaTypeImpl> getStructOrExceptionOrUnion()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the structOrExceptionOrUnion property.
For example, to add a new item, do as follows:
getStructOrExceptionOrUnion().add(newItem);
Objects of the following type(s) are allowed in the list
Anonsequence
Object
Const
Anonwstring
Struct
Anonstring
Union
Fixed
Anonarray
Alias
Exception
Array
Anonfixed
Sequence
Enum
public boolean isSetStructOrExceptionOrUnion()
public void unsetStructOrExceptionOrUnion()
public java.lang.String getTargetNamespace()
String
public void setTargetNamespace(java.lang.String value)
value
- allowed object is
String
public boolean isSetTargetNamespace()
|
YOKO API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |