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

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.xrds.URIPattern
      extended by org.jboss.seam.security.external.jaxb.xrds.Type

public class Type
extends URIPattern

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)>URIPattern">
       <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.URIPattern
value
 
Constructor Summary
Type()
           
 
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.URIPattern
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

Type

public Type()
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.