org.jboss.seam.security.external.jaxb.xrds
Class URIPriorityPattern
java.lang.Object
org.jboss.seam.security.external.jaxb.xrds.URIPattern
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>
| Fields inherited from class org.jboss.seam.security.external.jaxb.xrds.URIPattern |
value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
priority
protected BigInteger priority
URIPriorityPattern
public URIPriorityPattern()
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.