org.jboss.seam.security.external.jaxb.xrds
Class ServerStatus
java.lang.Object
org.jboss.seam.security.external.jaxb.xrds.StringPattern
org.jboss.seam.security.external.jaxb.xrds.ServerStatus
public class ServerStatus
- 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)}codeAttrGrp"/>
<attGroup ref="{xri://$xrd*($v*2.0)}otherattribute"/>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</simpleContent>
</complexType>
|
Field Summary |
protected int |
code
|
| Fields inherited from class org.jboss.seam.security.external.jaxb.xrds.StringPattern |
value |
|
Method Summary |
int |
getCode()
Gets the value of the code property. |
void |
setCode(int value)
Sets the value of the code property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
protected int code
ServerStatus
public ServerStatus()
getCode
public int getCode()
- Gets the value of the code property.
setCode
public void setCode(int value)
- Sets the value of the code property.
Copyright © 2011 Seam Framework. All Rights Reserved.