public class LoginScopeHeader extends Object implements Serializable
Constructor and Description |
---|
LoginScopeHeader() |
LoginScopeHeader(String organizationId,
String portalId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getOrganizationId()
Gets the organizationId value for this LoginScopeHeader.
|
String |
getPortalId()
Gets the portalId value for this LoginScopeHeader.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setOrganizationId(String organizationId)
Sets the organizationId value for this LoginScopeHeader.
|
void |
setPortalId(String portalId)
Sets the portalId value for this LoginScopeHeader.
|
public String getOrganizationId()
public void setOrganizationId(String organizationId)
organizationId
- public String getPortalId()
public void setPortalId(String portalId)
portalId
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.