Package generated
Class AuthorisationCT
- java.lang.Object
-
- generated.AuthorisationCT
-
public class AuthorisationCT extends Object
CT Authorisation dataJava class for Authorisation_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Authorisation_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Username" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AuthorisationCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
Gets the value of the password property.String
getUsername()
Gets the value of the username property.void
setPassword(String value)
Sets the value of the password property.void
setUsername(String value)
Sets the value of the username property.
-
-
-
Method Detail
-
getUsername
public String getUsername()
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
public void setUsername(String value)
Sets the value of the username property.- Parameters:
value
- allowed object isString
-
getPassword
public String getPassword()
Gets the value of the password property.- Returns:
- possible object is
String
-
-