Class JaxbNamedAttributeNodeImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNodeImpl
All Implemented Interfaces:
Serializable

public class JaxbNamedAttributeNodeImpl extends Object implements 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 Details

    • name

      protected String name
    • subgraph

      protected String subgraph
    • keySubgraph

      protected String keySubgraph
  • Constructor Details

    • JaxbNamedAttributeNodeImpl

      public JaxbNamedAttributeNodeImpl()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getSubgraph

      public String getSubgraph()
      Gets the value of the subgraph property.
      Returns:
      possible object is String
    • setSubgraph

      public void setSubgraph(String value)
      Sets the value of the subgraph property.
      Parameters:
      value - allowed object is String
    • getKeySubgraph

      public String getKeySubgraph()
      Gets the value of the keySubgraph property.
      Returns:
      possible object is String
    • setKeySubgraph

      public void setKeySubgraph(String value)
      Sets the value of the keySubgraph property.
      Parameters:
      value - allowed object is String