public class Status extends StringPattern
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<xri://$xrd*($v*2.0)>StringPattern">
<attGroup ref="{xri://$xrd*($v*2.0)}verifyAttrGrp"/>
<attGroup ref="{xri://$xrd*($v*2.0)}codeAttrGrp"/>
<attGroup ref="{xri://$xrd*($v*2.0)}otherattribute"/>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ceid |
protected String |
cid |
protected int |
code |
value| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCeid()
Gets the value of the ceid property.
|
String |
getCid()
Gets the value of the cid property.
|
int |
getCode()
Gets the value of the code property.
|
void |
setCeid(String value)
Sets the value of the ceid property.
|
void |
setCid(String value)
Sets the value of the cid property.
|
void |
setCode(int value)
Sets the value of the code property.
|
getOtherAttributes, getValue, setValuepublic void setCid(String value)
value - allowed object is
Stringpublic String getCeid()
Stringpublic void setCeid(String value)
value - allowed object is
Stringpublic int getCode()
public void setCode(int value)
Copyright © 2013 Seam Framework. All Rights Reserved.