public class ClaimsType extends SimpleAnyType
Java class for ClaimsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClaimsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> <attribute name="Dialect" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
dialect |
any
Constructor and Description |
---|
ClaimsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDialect()
Gets the value of the dialect property.
|
void |
setDialect(String value)
Sets the value of the dialect property.
|
add, getAny, remove
protected String dialect
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.