Class NamedAttributeNode

java.lang.Object
org.hibernate.processor.xml.jaxb.NamedAttributeNode

public class NamedAttributeNode extends Object
  • Field Details

    • name

      protected String name
    • subgraph

      protected String subgraph
    • keySubgraph

      protected String keySubgraph
  • Constructor Details

    • NamedAttributeNode

      public NamedAttributeNode()
  • 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