|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Variable Mapping'. The variable-mapping element defines the correlation between a Java class data member or JavaBeans property to an XML element name of an XML root type. If the data-member element is present, the Java variable name is a public data member. If data-member is not present, the Java variable name is a JavaBeans property. Used in: java-xml-type-mapping
The following features are supported:
JaxrpcmapPackage.getVariableMapping()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getJavaVariableName()
Returns the value of the 'Java Variable Name' attribute |
java.lang.String |
getXmlAttributeName()
Returns the value of the 'Xml Attribute Name' attribute |
java.lang.String |
getXmlElementName()
Returns the value of the 'Xml Element Name' attribute |
boolean |
isDataMember()
Returns the value of the 'Data Member' attribute |
boolean |
isSetDataMember()
Returns whether the value of the ' Data Member ' attribute is set |
boolean |
isSetXmlWildcard()
Returns whether the value of the ' Xml Wildcard ' attribute is set |
boolean |
isXmlWildcard()
Returns the value of the 'Xml Wildcard' attribute |
void |
setDataMember(boolean value)
Sets the value of the ' Data Member ' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setJavaVariableName(java.lang.String value)
Sets the value of the ' Java Variable Name ' attribute |
void |
setXmlAttributeName(java.lang.String value)
Sets the value of the ' Xml Attribute Name ' attribute |
void |
setXmlElementName(java.lang.String value)
Sets the value of the ' Xml Element Name ' attribute |
void |
setXmlWildcard(boolean value)
Sets the value of the ' Xml Wildcard ' attribute |
void |
unsetDataMember()
Unsets the value of the ' Data Member ' attribute |
void |
unsetXmlWildcard()
Unsets the value of the ' Xml Wildcard ' attribute |
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.getVariableMapping_Id()
public void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
public java.lang.String getJavaVariableName()
If the meaning of the 'Java Variable Name' attribute isn't clear, there really should be more of a description here...
The java-variable-name defines the name of a public data member or JavaBeans property within a Java class. Used in: variable-mapping
setJavaVariableName(String)
,
JaxrpcmapPackage.getVariableMapping_JavaVariableName()
public void setJavaVariableName(java.lang.String value)
Java Variable Name
' attribute.
value
- the new value of the 'Java Variable Name' attribute.getJavaVariableName()
public java.lang.String getXmlElementName()
If the meaning of the 'Xml Element Name' attribute isn't clear, there really should be more of a description here...
The xml-element-name element defines name attribute value of a WSDL element within a root type. Used in: variable-mapping
setXmlElementName(String)
,
JaxrpcmapPackage.getVariableMapping_XmlElementName()
public void setXmlElementName(java.lang.String value)
Xml Element Name
' attribute.
value
- the new value of the 'Xml Element Name' attribute.getXmlElementName()
public boolean isDataMember()
If the meaning of the 'Data Member' attribute isn't clear, there really should be more of a description here...
isSetDataMember()
,
unsetDataMember()
,
setDataMember(boolean)
,
JaxrpcmapPackage.getVariableMapping_DataMember()
public void setDataMember(boolean value)
Data Member
' attribute.
value
- the new value of the 'Data Member' attribute.isSetDataMember()
,
unsetDataMember()
,
isDataMember()
public void unsetDataMember()
Data Member
' attribute.
isSetDataMember()
,
isDataMember()
,
setDataMember(boolean)
public boolean isSetDataMember()
Data Member
' attribute is set.
unsetDataMember()
,
isDataMember()
,
setDataMember(boolean)
public java.lang.String getXmlAttributeName()
If the meaning of the 'Xml Attribute Name' attribute isn't clear, there really should be more of a description here...
setXmlAttributeName(String)
,
JaxrpcmapPackage.getVariableMapping_XmlAttributeName()
public void setXmlAttributeName(java.lang.String value)
Xml Attribute Name
' attribute.
value
- the new value of the 'Xml Attribute Name' attribute.getXmlAttributeName()
public boolean isXmlWildcard()
If the meaning of the 'Xml Wildcard' attribute isn't clear, there really should be more of a description here...
isSetXmlWildcard()
,
unsetXmlWildcard()
,
setXmlWildcard(boolean)
,
JaxrpcmapPackage.getVariableMapping_XmlWildcard()
public void setXmlWildcard(boolean value)
Xml Wildcard
' attribute.
value
- the new value of the 'Xml Wildcard' attribute.isSetXmlWildcard()
,
unsetXmlWildcard()
,
isXmlWildcard()
public void unsetXmlWildcard()
Xml Wildcard
' attribute.
isSetXmlWildcard()
,
isXmlWildcard()
,
setXmlWildcard(boolean)
public boolean isSetXmlWildcard()
Xml Wildcard
' attribute is set.
unsetXmlWildcard()
,
isXmlWildcard()
,
setXmlWildcard(boolean)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |