public abstract class TCmmnElementWithMixedContent extends Object
tCmmnElementWithMixedContent is the base type for complex type tExpression. It is identical to tCmmnElement except that it allows for mixed content.
<p>Java class for tCmmnElementWithMixedContent complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tCmmnElementWithMixedContent"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TCmmnElementWithMixedContent() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren’t bound to any typed property on this class.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
public void setId(String value)
Sets the value of the id property.
value
- allowed object is
String
public String getDescription()
Gets the value of the description property.
String
public void setDescription(String value)
Sets the value of the description property.
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren’t bound to any typed property on this class.
<p> the map is keyed by the name of the attribute and the value is the string value of the attribute.
the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there’s no setter.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.