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

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.xrds.StringPattern
      extended by org.jboss.seam.security.external.jaxb.xrds.StringSelectionPattern

public class StringSelectionPattern
extends StringPattern

Java class for StringSelectionPattern complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StringSelectionPattern">
   <simpleContent>
     <extension base="<xri://$xrd*($v*2.0)>StringPattern">
       <attGroup ref="{xri://$xrd*($v*2.0)}selectionAttrGrp"/>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String match
           
protected  Boolean select
           
 
Fields inherited from class org.jboss.seam.security.external.jaxb.xrds.StringPattern
value
 
Constructor Summary
StringSelectionPattern()
           
 
Method Summary
 String getMatch()
          Gets the value of the match property.
 boolean isSelect()
          Gets the value of the select property.
 void setMatch(String value)
          Sets the value of the match property.
 void setSelect(Boolean value)
          Sets the value of the select property.
 
Methods inherited from class org.jboss.seam.security.external.jaxb.xrds.StringPattern
getOtherAttributes, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

match

protected String match

select

protected Boolean select
Constructor Detail

StringSelectionPattern

public StringSelectionPattern()
Method Detail

getMatch

public String getMatch()
Gets the value of the match property.

Returns:
possible object is String

setMatch

public void setMatch(String value)
Sets the value of the match property.

Parameters:
value - allowed object is String

isSelect

public boolean isSelect()
Gets the value of the select property.

Returns:
possible object is Boolean

setSelect

public void setSelect(Boolean value)
Sets the value of the select property.

Parameters:
value - allowed object is Boolean


Copyright © 2011 Seam Framework. All Rights Reserved.