net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class MimeMappingTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.MimeMappingTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, MimeMappingType

public class MimeMappingTypeImpl
extends Object
implements Serializable, Cloneable, MimeMappingType

See Also:
Serialized Form

Field Summary
protected  StringImpl extension
           
protected  String id
           
protected  MimeTypeTypeImpl mimeType
           
 
Constructor Summary
MimeMappingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.MimeMappingTypeImpl instance.
MimeMappingTypeImpl(MimeMappingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.MimeMappingTypeImpl instance by copying a given instance.
 
Method Summary
 MimeMappingTypeImpl clone()
          Creates and returns a copy of this object.
 String getExtension()
          Gets the value of the extension property.
 String getId()
          Gets the value of the id property.
 MimeTypeType getMimeType()
          Gets the value of the mimeType property.
 void setExtension(String value)
          Sets the value of the extension property.
 void setId(String value)
          Sets the value of the id property.
 void setMimeType(MimeTypeType value)
          Sets the value of the mimeType property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extension

protected StringImpl extension

mimeType

protected MimeTypeTypeImpl mimeType

id

protected String id
Constructor Detail

MimeMappingTypeImpl

public MimeMappingTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.MimeMappingTypeImpl instance.


MimeMappingTypeImpl

public MimeMappingTypeImpl(MimeMappingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.MimeMappingTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getExtension

public String getExtension()
Description copied from interface: MimeMappingType
Gets the value of the extension property.

Specified by:
getExtension in interface MimeMappingType
Returns:
possible object is String

setExtension

public void setExtension(String value)
Description copied from interface: MimeMappingType
Sets the value of the extension property.

Specified by:
setExtension in interface MimeMappingType
Parameters:
value - allowed object is String

getMimeType

public MimeTypeType getMimeType()
Description copied from interface: MimeMappingType
Gets the value of the mimeType property.

Specified by:
getMimeType in interface MimeMappingType
Returns:
possible object is MimeTypeType

setMimeType

public void setMimeType(MimeTypeType value)
Description copied from interface: MimeMappingType
Sets the value of the mimeType property.

Specified by:
setMimeType in interface MimeMappingType
Parameters:
value - allowed object is MimeTypeType

getId

public String getId()
Description copied from interface: MimeMappingType
Gets the value of the id property.

Specified by:
getId in interface MimeMappingType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: MimeMappingType
Sets the value of the id property.

Specified by:
setId in interface MimeMappingType
Parameters:
value - allowed object is String

clone

public MimeMappingTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.