net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.wsaddr.impl
Class ProblemActionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.wsaddr.impl.ProblemActionTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ProblemActionType

public class ProblemActionTypeImpl
extends Object
implements Serializable, Cloneable, ProblemActionType

See Also:
Serialized Form

Field Summary
protected  AttributedURITypeImpl action
           
protected  String soapAction
           
 
Constructor Summary
ProblemActionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.wsaddr.impl.ProblemActionTypeImpl instance.
ProblemActionTypeImpl(ProblemActionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.wsaddr.impl.ProblemActionTypeImpl instance by copying a given instance.
 
Method Summary
 ProblemActionTypeImpl clone()
          Creates and returns a copy of this object.
 AttributedURIType getAction()
          Gets the value of the action property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 String getSoapAction()
          Gets the value of the soapAction property.
 void setAction(AttributedURIType value)
          Sets the value of the action property.
 void setSoapAction(String value)
          Sets the value of the soapAction property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

protected AttributedURITypeImpl action

soapAction

protected String soapAction
Constructor Detail

ProblemActionTypeImpl

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


ProblemActionTypeImpl

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

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

getAction

public AttributedURIType getAction()
Description copied from interface: ProblemActionType
Gets the value of the action property.

Specified by:
getAction in interface ProblemActionType
Returns:
possible object is AttributedURIType

setAction

public void setAction(AttributedURIType value)
Description copied from interface: ProblemActionType
Sets the value of the action property.

Specified by:
setAction in interface ProblemActionType
Parameters:
value - allowed object is AttributedURIType

getSoapAction

public String getSoapAction()
Description copied from interface: ProblemActionType
Gets the value of the soapAction property.

Specified by:
getSoapAction in interface ProblemActionType
Returns:
possible object is String

setSoapAction

public void setSoapAction(String value)
Description copied from interface: ProblemActionType
Sets the value of the soapAction property.

Specified by:
setSoapAction in interface ProblemActionType
Parameters:
value - allowed object is String

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Specified by:
getOtherAttributes in interface ProblemActionType
Returns:
always non-null

clone

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