com.ibm.commerce.webservice.datatype
Class ControlArea

java.lang.Object
  com.ibm.commerce.webservice.datatype.ControlArea
All Implemented Interfaces:
java.io.Serializable

public class ControlArea
extends java.lang.Object
implements java.io.Serializable

This class represents the complex type

 
 
 
 
 
 
See Also:
Serialized Form

Constructor Summary
ControlArea()
default constructor for ControlArea
ControlArea(java.lang.String verb, java.lang.String noun, Credentials credentials)
constructor for ControlArea
Method Summary
Credentials getCredentials()
get the value of Credentials
java.lang.String getNoun()
get the value of Noun
java.lang.String getVerb()
get the value of Verb
void setCredentials(Credentials newCredentials)
set the value of Credentials
void setNoun(java.lang.String newNoun)
set the value of Noun
void setVerb(java.lang.String newVerb)
set the value of Verb
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ControlArea

public ControlArea()
default constructor for ControlArea

ControlArea

public ControlArea(java.lang.String verb,
                   java.lang.String noun,
                   Credentials credentials)
constructor for ControlArea
Method Detail

getCredentials

public Credentials getCredentials()
get the value of Credentials
Returns:
Credentials value of Credentials

getNoun

public java.lang.String getNoun()
get the value of Noun
Returns:
String value of Noun

getVerb

public java.lang.String getVerb()
get the value of Verb
Returns:
String value of Verb

setCredentials

public void setCredentials(Credentials newCredentials)
set the value of Credentials
Returns:
void

setNoun

public void setNoun(java.lang.String newNoun)
set the value of Noun
Returns:
void

setVerb

public void setVerb(java.lang.String newVerb)
set the value of Verb
Returns:
void

Feedback