SMILA (incubation) API documentation

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

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.schema.config.CompoundHandling

public class CompoundHandling
extends java.lang.Object

Java class for JAXB CompoundHandling.


Nested Class Summary
static class CompoundHandling.CompoundAttribute
          Java class for JAXB CompoundAttribute.
static class CompoundHandling.CompoundAttributes
          Java class for JAXB CompoundAttributes.
 
Field Summary
protected  CompoundHandling.CompoundAttributes _compoundAttributes
          The CompoundAttributes.
protected  java.lang.String _contentAttachment
          The ContentAttachment.
protected  java.lang.String _extensionAttribute
          The ExtensionAttribute.
protected  java.lang.String _mimeTypeAttribute
          The MimeTypeAttribute.
 
Constructor Summary
CompoundHandling()
           
 
Method Summary
 CompoundHandling.CompoundAttributes getCompoundAttributes()
          Gets the value of the _compoundAttributes.
 java.lang.String getContentAttachment()
          Gets the value of the _contentAttachment.
 java.lang.String getExtensionAttribute()
          Gets the value of the _extensionAttribute.
 java.lang.String getMimeTypeAttribute()
          Gets the value of the _mimeTypeAttribute.
 void setCompoundAttributes(CompoundHandling.CompoundAttributes attributes)
          Sets the value of the CompoundAttributes property.
 void setContentAttachment(java.lang.String value)
          Sets the value of the ContentAttachment property.
 void setExtensionAttribute(java.lang.String value)
          Sets the value of the ExtensionAttribute property.
 void setMimeTypeAttribute(java.lang.String value)
          Sets the value of the MimeTypeAttribute property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_mimeTypeAttribute

protected java.lang.String _mimeTypeAttribute
The MimeTypeAttribute.


_extensionAttribute

protected java.lang.String _extensionAttribute
The ExtensionAttribute.


_contentAttachment

protected java.lang.String _contentAttachment
The ContentAttachment.


_compoundAttributes

protected CompoundHandling.CompoundAttributes _compoundAttributes
The CompoundAttributes.

Constructor Detail

CompoundHandling

public CompoundHandling()
Method Detail

getMimeTypeAttribute

public java.lang.String getMimeTypeAttribute()
Gets the value of the _mimeTypeAttribute.

Returns:
possible object is String

setMimeTypeAttribute

public void setMimeTypeAttribute(java.lang.String value)
Sets the value of the MimeTypeAttribute property.

Parameters:
value - allowed object is String

getExtensionAttribute

public java.lang.String getExtensionAttribute()
Gets the value of the _extensionAttribute.

Returns:
possible object is String

setExtensionAttribute

public void setExtensionAttribute(java.lang.String value)
Sets the value of the ExtensionAttribute property.

Parameters:
value - allowed object is String

getContentAttachment

public java.lang.String getContentAttachment()
Gets the value of the _contentAttachment.

Returns:
possible object is String

setContentAttachment

public void setContentAttachment(java.lang.String value)
Sets the value of the ContentAttachment property.

Parameters:
value - allowed object is String

getCompoundAttributes

public CompoundHandling.CompoundAttributes getCompoundAttributes()
Gets the value of the _compoundAttributes.

Returns:
possible object is CompoundHandling.CompoundAttributes

setCompoundAttributes

public void setCompoundAttributes(CompoundHandling.CompoundAttributes attributes)
Sets the value of the CompoundAttributes property.

Parameters:
attributes - allowed object is CompoundHandling.CompoundAttributes

SMILA (incubation) API documentation