Package org.hibernate.boot.jaxb.mapping
Class JaxbNamedAttributeNode
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
-
- All Implemented Interfaces:
Serializable
public class JaxbNamedAttributeNode extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxbNamedAttributeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeySubgraph()
Gets the value of the keySubgraph property.String
getName()
Gets the value of the name property.String
getSubgraph()
Gets the value of the subgraph property.void
setKeySubgraph(String value)
Sets the value of the keySubgraph property.void
setName(String value)
Sets the value of the name property.void
setSubgraph(String value)
Sets the value of the subgraph property.
-
-
-
Method Detail
-
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 isString
-
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 isString
-
getKeySubgraph
public String getKeySubgraph()
Gets the value of the keySubgraph property.- Returns:
- possible object is
String
-
-