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

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.xrds.URIPattern
      extended by org.jboss.seam.security.external.jaxb.xrds.URIPriorityPattern
          extended by 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>
 


Field Summary
protected  String append
           
 
Fields inherited from class org.jboss.seam.security.external.jaxb.xrds.URIPriorityPattern
priority
 
Fields inherited from class org.jboss.seam.security.external.jaxb.xrds.URIPattern
value
 
Constructor Summary
URIPriorityAppendPattern()
           
 
Method Summary
 String getAppend()
          Gets the value of the append property.
 void setAppend(String value)
          Sets the value of the append property.
 
Methods inherited from class org.jboss.seam.security.external.jaxb.xrds.URIPriorityPattern
getPriority, setPriority
 
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

append

protected String append
Constructor Detail

URIPriorityAppendPattern

public URIPriorityAppendPattern()
Method Detail

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.