|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nrl.parser.jaxb14.JaxbImplementationDetail
public class JaxbImplementationDetail
A generic tag/value type for adding implementation details (Java mappings, etc.) to both operators and their parameters
Java class for ImplementationDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImplementationDetail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <minLength value="1"/> </restriction> </simpleType> </element> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
JaxbImplementationDetail()
|
Method Summary | |
---|---|
String |
getLabel()
Gets the value of the label property. |
String |
getValue()
Gets the value of the value property. |
void |
setLabel(String value)
Sets the value of the label property. |
void |
setValue(String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxbImplementationDetail()
Method Detail |
---|
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |