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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.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  List<UrlPatternType> urlPattern
           
 
Constructor Summary
ServletMappingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ServletMappingTypeImpl instance.
ServletMappingTypeImpl(ServletMappingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.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.
 List<UrlPatternType> getUrlPattern()
          Gets the value of the urlPattern property.
 void setId(String value)
          Sets the value of the id property.
 void setServletName(ServletNameType value)
          Sets the value of the servletName property.
 
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 List<UrlPatternType> urlPattern

id

protected String id
Constructor Detail

ServletMappingTypeImpl

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


ServletMappingTypeImpl

public ServletMappingTypeImpl(ServletMappingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.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 List<UrlPatternType> getUrlPattern()
Description copied from interface: ServletMappingType
Gets the value of the urlPattern property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the urlPattern property.

For example, to add a new item, do as follows:

    getUrlPattern().add(newItem);
 

Objects of the following type(s) are allowed in the list UrlPatternType

Specified by:
getUrlPattern in interface ServletMappingType

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.