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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
priority |
value| Constructor and Description |
|---|
URIPriorityPattern() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getPriority()
Gets the value of the priority property.
|
void |
setPriority(BigInteger value)
Sets the value of the priority property.
|
getOtherAttributes, getValue, setValueprotected BigInteger priority
public BigInteger getPriority()
BigIntegerpublic void setPriority(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2013 Seam Framework. All Rights Reserved.