org.jboss.seam.security.external.jaxb.xrds
Class ServerStatus

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.xrds.StringPattern
      extended by 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
 
Constructor Summary
ServerStatus()
           
 
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 org.jboss.seam.security.external.jaxb.xrds.StringPattern
getOtherAttributes, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

protected int code
Constructor Detail

ServerStatus

public ServerStatus()
Method Detail

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.