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

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.xrds.StringPattern
      extended by org.jboss.seam.security.external.jaxb.xrds.Status

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)}codeAttrGrp"/>
       <attGroup ref="{xri://$xrd*($v*2.0)}otherattribute"/>
       <attGroup ref="{xri://$xrd*($v*2.0)}verifyAttrGrp"/>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String ceid
           
protected  String cid
           
protected  int code
           
 
Fields inherited from class org.jboss.seam.security.external.jaxb.xrds.StringPattern
value
 
Constructor Summary
Status()
           
 
Method Summary
 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.
 
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

cid

protected String cid

ceid

protected String ceid
Constructor Detail

Status

public Status()
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.


getCid

public String getCid()
Gets the value of the cid property.

Returns:
possible object is String

setCid

public void setCid(String value)
Sets the value of the cid property.

Parameters:
value - allowed object is String

getCeid

public String getCeid()
Gets the value of the ceid property.

Returns:
possible object is String

setCeid

public void setCeid(String value)
Sets the value of the ceid property.

Parameters:
value - allowed object is String


Copyright © 2011 Seam Framework. All Rights Reserved.