net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class ServletMappingTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ServletMappingTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ServletMappingType

public class ServletMappingTypeImpl
extends Object
implements Serializable, Cloneable, ServletMappingType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  ServletNameTypeImpl servletName
           
protected  UrlPatternType[] urlPattern
           
 
Constructor Summary
ServletMappingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ServletMappingTypeImpl instance.
ServletMappingTypeImpl(ServletMappingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ServletMappingTypeImpl instance by copying a given instance.
 
Method Summary
 ServletMappingTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 ServletNameType getServletName()
          Gets the value of the servletName property.
 UrlPatternType[] getUrlPattern()
           
 UrlPatternType getUrlPattern(int idx)
           
 int getUrlPatternLength()
           
 void setId(String value)
          Sets the value of the id property.
 void setServletName(ServletNameType value)
          Sets the value of the servletName property.
 UrlPatternType setUrlPattern(int idx, UrlPatternType value)
           
 void setUrlPattern(UrlPatternType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletName

protected ServletNameTypeImpl servletName

urlPattern

protected UrlPatternType[] urlPattern

id

protected String id
Constructor Detail

ServletMappingTypeImpl

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


ServletMappingTypeImpl

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

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

getServletName

public ServletNameType getServletName()
Description copied from interface: ServletMappingType
Gets the value of the servletName property.

Specified by:
getServletName in interface ServletMappingType
Returns:
possible object is ServletNameType

setServletName

public void setServletName(ServletNameType value)
Description copied from interface: ServletMappingType
Sets the value of the servletName property.

Specified by:
setServletName in interface ServletMappingType
Parameters:
value - allowed object is ServletNameType

getUrlPattern

public UrlPatternType[] getUrlPattern()
Specified by:
getUrlPattern in interface ServletMappingType
Returns:
array of UrlPatternType

getUrlPattern

public UrlPatternType getUrlPattern(int idx)
Specified by:
getUrlPattern in interface ServletMappingType
Returns:
one of UrlPatternType

getUrlPatternLength

public int getUrlPatternLength()
Specified by:
getUrlPatternLength in interface ServletMappingType

setUrlPattern

public void setUrlPattern(UrlPatternType[] values)
Specified by:
setUrlPattern in interface ServletMappingType
Parameters:
values - allowed objects are UrlPatternType

setUrlPattern

public UrlPatternType setUrlPattern(int idx,
                                    UrlPatternType value)
Specified by:
setUrlPattern in interface ServletMappingType
value - allowed object is UrlPatternType

getId

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

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

setId

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

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

clone

public ServletMappingTypeImpl 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.