public static class ElementSpec.Required extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="attribute" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected QName |
attribute |
protected String |
pattern |
Constructor and Description |
---|
ElementSpec.Required() |
Modifier and Type | Method and Description |
---|---|
QName |
getAttribute()
Gets the value of the attribute property.
|
String |
getPattern()
Gets the value of the pattern property.
|
void |
setAttribute(QName value)
Sets the value of the attribute property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
public QName getAttribute()
QName
public void setAttribute(QName value)
value
- allowed object is
QName
public String getPattern()
String
Copyright © 2014 TextGrid. All Rights Reserved.