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

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.xrds.URIPattern
      extended by org.jboss.seam.security.external.jaxb.xrds.URIPriorityPattern
Direct Known Subclasses:
URIPriorityAppendPattern

public class URIPriorityPattern
extends URIPattern

Java class for URIPriorityPattern complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="URIPriorityPattern">
   <simpleContent>
     <extension base="<xri://$xrd*($v*2.0)>URIPattern">
       <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.URIPattern
value
 
Constructor Summary
URIPriorityPattern()
           
 
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.URIPattern
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

URIPriorityPattern

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