public class JaxbLoaderElement extends Object
Java class for loader-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="loader-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="query-ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
JaxbLoaderElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryRef()
Gets the value of the queryRef property.
|
void |
setQueryRef(String value)
Sets the value of the queryRef property.
|
protected String queryRef
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.