public interface PropertyType
The following features are supported:
EjbJar31Package.getPropertyType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
XsdStringType |
getName()
Returns the value of the 'Name' containment reference.
|
XsdStringType |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setName(XsdStringType value)
Sets the value of the '
Name' containment reference. |
void |
setValue(XsdStringType value)
Sets the value of the '
Value' containment reference. |
XsdStringType getName()
If the meaning of the 'Name' containment reference isn't clear, there really should be more of a description here...
setName(XsdStringType),
EjbJar31Package.getPropertyType_Name()void setName(XsdStringType value)
Name' containment reference.
value - the new value of the 'Name' containment reference.getName()XsdStringType getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(XsdStringType),
EjbJar31Package.getPropertyType_Value()void setValue(XsdStringType value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar31Package.getPropertyType_Id()