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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
match |
protected Boolean |
select |
value| Constructor and Description |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMatch()
Gets the value of the match property.
|
boolean |
getSelect()
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.
|
getOtherAttributes, getValue, setValuepublic String getMatch()
Stringpublic void setMatch(String value)
value - allowed object is
Stringpublic boolean getSelect()
BooleanCopyright © 2013 Seam Framework. All Rights Reserved.