Class NamedAttributeNode
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
public class NamedAttributeNode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
keySubgraph
protected java.lang.String
name
protected java.lang.String
subgraph
-
Constructor Summary
Constructors Constructor Description NamedAttributeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKeySubgraph()
Gets the value of the keySubgraph property.java.lang.String
getName()
Gets the value of the name property.java.lang.String
getSubgraph()
Gets the value of the subgraph property.void
setKeySubgraph(java.lang.String value)
Sets the value of the keySubgraph property.void
setName(java.lang.String value)
Sets the value of the name property.void
setSubgraph(java.lang.String value)
Sets the value of the subgraph property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getSubgraph
public java.lang.String getSubgraph()
Gets the value of the subgraph property.- Returns:
- possible object is
String
-
setSubgraph
public void setSubgraph(java.lang.String value)
Sets the value of the subgraph property.- Parameters:
value
- allowed object isString
-
getKeySubgraph
public java.lang.String getKeySubgraph()
Gets the value of the keySubgraph property.- Returns:
- possible object is
String
-
setKeySubgraph
public void setKeySubgraph(java.lang.String value)
Sets the value of the keySubgraph property.- Parameters:
value
- allowed object isString
-
-