Searched refs:symbolicname (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/build/glassfish-obr-builder/src/main/java/org/glassfish/obrbuilder/xmlentities/
H A DResource.java82 * <attribute name="symbolicname" type="{http://www.w3.org/2001/XMLSchema}string" />
120 @XmlAttribute(name = "symbolicname")
121 protected String symbolicname; field in class:Resource
407 * Gets the value of the symbolicname property.
415 return symbolicname;
419 * Sets the value of the symbolicname property.
427 this.symbolicname = value;

Completed in 30 milliseconds