SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.schema.config
Class CompoundHandling.CompoundAttribute

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.schema.config.CompoundHandling.CompoundAttribute
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CompoundHandling

public static class CompoundHandling.CompoundAttribute
extends java.lang.Object
implements java.io.Serializable

Java class for JAXB CompoundAttribute.

See Also:
Serialized Form

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

_elementAttribute

protected ElementAttributeType _elementAttribute
The ElementAttribute.


_name

protected java.lang.String _name
The mapped name.


_type

protected java.lang.String _type
The attribute type.


_attachment

protected java.lang.Boolean _attachment
Attachment flag.

Constructor Detail

CompoundHandling.CompoundAttribute

public CompoundHandling.CompoundAttribute()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isAttachment

public boolean isAttachment()
Gets the value of the attachment property.

Returns:
possible object is Boolean

setAttachment

public void setAttachment(java.lang.Boolean value)
Sets the value of the attachment property.

Parameters:
value - allowed object is Boolean

getElementAttribute

public ElementAttributeType getElementAttribute()
Gets the value of the _elementAttribute property.

Returns:
possible object is ElementAttributeType

setElementAttribute

public void setElementAttribute(ElementAttributeType value)
Sets the value of the _elementAttribute property.

Parameters:
value - allowed object is ElementAttributeType

SMILA (incubation) API documentation