|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Java XML Type Mapping'. The java-xml-type-mapping element contains a class-type that is the fully qualified name of the Java class, QName of the XML root type, the WSDL type scope the QName applies to and the set of variable mappings for each public variable within the Java class. Used in: java-wsdl-mapping
The following features are supported:
JaxrpcmapPackage.getJavaXMLTypeMapping()
Method Summary | |
---|---|
java.lang.String |
getAnonymousTypeQname()
Returns the value of the 'Anonymous Type Qname' attribute |
java.lang.String |
getClassType()
Returns the value of the 'Class Type' attribute |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getQnameScope()
Returns the value of the 'Qname Scope' attribute |
RootTypeQname |
getRootTypeQname()
Returns the value of the 'Root Type Qname' containment reference |
EList |
getVariableMappings()
Returns the value of the 'Variable Mappings' containment reference list. |
void |
setAnonymousTypeQname(java.lang.String value)
Sets the value of the ' Anonymous Type Qname ' attribute |
void |
setClassType(java.lang.String value)
Sets the value of the ' Class Type ' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setQnameScope(java.lang.String value)
Sets the value of the ' Qname Scope ' attribute |
void |
setRootTypeQname(RootTypeQname value)
Sets the value of the ' Root Type Qname ' containment reference |
Method Detail |
public java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
JaxrpcmapPackage.getJavaXMLTypeMapping_Id()
public void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
public java.lang.String getClassType()
If the meaning of the 'Class Type' attribute isn't clear, there really should be more of a description here...
The class-type element is the fully qualified class name of a Java class. Used in: java-xml-type-mapping
setClassType(String)
,
JaxrpcmapPackage.getJavaXMLTypeMapping_ClassType()
public void setClassType(java.lang.String value)
Class Type
' attribute.
value
- the new value of the 'Class Type' attribute.getClassType()
public java.lang.String getQnameScope()
If the meaning of the 'Qname Scope' attribute isn't clear, there really should be more of a description here...
The qname-scope elements scopes the reference of a QName to the WSDL element type it applies to. The value of qname-scope may be simpleType, complexType, or element. Used in: java-xml-type-mapping
setQnameScope(String)
,
JaxrpcmapPackage.getJavaXMLTypeMapping_QnameScope()
public void setQnameScope(java.lang.String value)
Qname Scope
' attribute.
value
- the new value of the 'Qname Scope' attribute.getQnameScope()
public java.lang.String getAnonymousTypeQname()
If the meaning of the 'Anonymous Type Qname' attribute isn't clear, there really should be more of a description here...
setAnonymousTypeQname(String)
,
JaxrpcmapPackage.getJavaXMLTypeMapping_AnonymousTypeQname()
public void setAnonymousTypeQname(java.lang.String value)
Anonymous Type Qname
' attribute.
value
- the new value of the 'Anonymous Type Qname' attribute.getAnonymousTypeQname()
public RootTypeQname getRootTypeQname()
If the meaning of the 'Root Type Qname' containment reference isn't clear, there really should be more of a description here...
setRootTypeQname(RootTypeQname)
,
JaxrpcmapPackage.getJavaXMLTypeMapping_RootTypeQname()
public void setRootTypeQname(RootTypeQname value)
Root Type Qname
' containment reference.
value
- the new value of the 'Root Type Qname' containment reference.getRootTypeQname()
public EList getVariableMappings()
VariableMapping
.
If the meaning of the 'Variable Mappings' containment reference list isn't clear, there really should be more of a description here...
JaxrpcmapPackage.getJavaXMLTypeMapping_VariableMappings()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |