Class JaxbNamedAttributeNodeImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNodeImpl
- All Implemented Interfaces:
Serializable
@Target({}) @Retention(RUNTIME)
public @interface NamedAttributeNode {
String value();
String subgraph() default "";
String keySubgraph() default "";
}
<p>Java class for named-attribute-node complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="named-attribute-node">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="subgraph" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="key-subgraph" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keySubgraph property.getName()Gets the value of the name property.Gets the value of the subgraph property.voidsetKeySubgraph(String value) Sets the value of the keySubgraph property.voidSets the value of the name property.voidsetSubgraph(String value) Sets the value of the subgraph property.
-
Field Details
-
name
-
subgraph
-
keySubgraph
-
-
Constructor Details
-
JaxbNamedAttributeNodeImpl
public JaxbNamedAttributeNodeImpl()
-
-
Method Details
-
getName
-
setName
-
getSubgraph
-
setSubgraph
-
getKeySubgraph
-
setKeySubgraph
-