org.dmtf.schemas.wbem.wsman._1.wsman
Class DialectableMixedDataType
java.lang.Object
org.dmtf.schemas.wbem.wsman._1.wsman.MixedDataType
org.dmtf.schemas.wbem.wsman._1.wsman.DialectableMixedDataType
public class DialectableMixedDataType
- extends MixedDataType
Java class for dialectableMixedDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dialectableMixedDataType">
<complexContent>
<extension base="{http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}mixedDataType">
<attribute name="Dialect" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://www.w3.org/TR/1999/REC-xpath-19991116" />
</extension>
</complexContent>
</complexType>
Method Summary |
java.lang.String |
getDialect()
Gets the value of the dialect property. |
void |
setDialect(java.lang.String value)
Sets the value of the dialect property. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialectableMixedDataType
public DialectableMixedDataType()
getDialect
public java.lang.String getDialect()
- Gets the value of the dialect property.
- Returns:
- possible object is
String
setDialect
public void setDialect(java.lang.String value)
- Sets the value of the dialect property.
- Parameters:
value
- allowed object is
String