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