java.lang.Objectcom.ibm.commerce.webservice.datatype.ControlArea
This class represents the complex type
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 |
public ControlArea()
public ControlArea(java.lang.String verb, java.lang.String noun, Credentials credentials)
Method Detail |
public Credentials getCredentials()
public java.lang.String getNoun()
public java.lang.String getVerb()
public void setCredentials(Credentials newCredentials)
public void setNoun(java.lang.String newNoun)
public void setVerb(java.lang.String newVerb)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.