org.jboss.seam.security.external.jaxb.xrds
Class URIPriorityAppendPattern
java.lang.Object
org.jboss.seam.security.external.jaxb.xrds.URIPattern
org.jboss.seam.security.external.jaxb.xrds.URIPriorityPattern
org.jboss.seam.security.external.jaxb.xrds.URIPriorityAppendPattern
public class URIPriorityAppendPattern
- extends URIPriorityPattern
Java class for URIPriorityAppendPattern complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="URIPriorityAppendPattern">
<simpleContent>
<extension base="<xri://$xrd*($v*2.0)>URIPriorityPattern">
<attGroup ref="{xri://$xrd*($v*2.0)}appendAttrGrp"/>
<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 |
append
protected String append
URIPriorityAppendPattern
public URIPriorityAppendPattern()
getAppend
public String getAppend()
- Gets the value of the append property.
- Returns:
- possible object is
String
setAppend
public void setAppend(String value)
- Sets the value of the append property.
- Parameters:
value - allowed object is
String
Copyright © 2011 Seam Framework. All Rights Reserved.