|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.connectivity.framework.schema.config.CompoundHandling.CompoundAttribute
public static class CompoundHandling.CompoundAttribute
Java class for JAXB CompoundAttribute.
Field Summary | |
---|---|
protected java.lang.Boolean |
_attachment
Attachment flag. |
protected ElementAttributeType |
_elementAttribute
The ElementAttribute. |
protected java.lang.String |
_name
The mapped name. |
protected java.lang.String |
_type
The attribute type. |
Constructor Summary | |
---|---|
CompoundHandling.CompoundAttribute()
|
Method Summary | |
---|---|
ElementAttributeType |
getElementAttribute()
Gets the value of the _elementAttribute property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getType()
Gets the value of the type property. |
boolean |
isAttachment()
Gets the value of the attachment property. |
void |
setAttachment(java.lang.Boolean value)
Sets the value of the attachment property. |
void |
setElementAttribute(ElementAttributeType value)
Sets the value of the _elementAttribute property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ElementAttributeType _elementAttribute
protected java.lang.String _name
protected java.lang.String _type
protected java.lang.Boolean _attachment
Constructor Detail |
---|
public CompoundHandling.CompoundAttribute()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is String
public boolean isAttachment()
Boolean
public void setAttachment(java.lang.Boolean value)
value
- allowed object is Boolean
public ElementAttributeType getElementAttribute()
ElementAttributeType
public void setElementAttribute(ElementAttributeType value)
value
- allowed object is ElementAttributeType
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |