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

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

public class LocalID
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)}priorityAttrGrp"/>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  BigInteger priority
           
 
Fields inherited from class org.jboss.seam.security.external.jaxb.xrds.StringPattern
value
 
Constructor Summary
LocalID()
           
 
Method Summary
 BigInteger getPriority()
          Gets the value of the priority property.
 void setPriority(BigInteger value)
          Sets the value of the priority 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

priority

protected BigInteger priority
Constructor Detail

LocalID

public LocalID()
Method Detail

getPriority

public BigInteger getPriority()
Gets the value of the priority property.

Returns:
possible object is BigInteger

setPriority

public void setPriority(BigInteger value)
Sets the value of the priority property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011 Seam Framework. All Rights Reserved.