public class SCLicenseSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SCLicenseSoap() |
SCLicenseSoap(boolean active,
long licenseId,
java.lang.String name,
boolean openSource,
long primaryKey,
boolean recommended,
java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getLicenseId()
Gets the licenseId value for this SCLicenseSoap.
|
java.lang.String |
getName()
Gets the name value for this SCLicenseSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this SCLicenseSoap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getUrl()
Gets the url value for this SCLicenseSoap.
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this SCLicenseSoap.
|
boolean |
isOpenSource()
Gets the openSource value for this SCLicenseSoap.
|
boolean |
isRecommended()
Gets the recommended value for this SCLicenseSoap.
|
void |
setActive(boolean active)
Sets the active value for this SCLicenseSoap.
|
void |
setLicenseId(long licenseId)
Sets the licenseId value for this SCLicenseSoap.
|
void |
setName(java.lang.String name)
Sets the name value for this SCLicenseSoap.
|
void |
setOpenSource(boolean openSource)
Sets the openSource value for this SCLicenseSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this SCLicenseSoap.
|
void |
setRecommended(boolean recommended)
Sets the recommended value for this SCLicenseSoap.
|
void |
setUrl(java.lang.String url)
Sets the url value for this SCLicenseSoap.
|
public SCLicenseSoap()
public SCLicenseSoap(boolean active,
long licenseId,
java.lang.String name,
boolean openSource,
long primaryKey,
boolean recommended,
java.lang.String url)
public boolean isActive()
public void setActive(boolean active)
active - public long getLicenseId()
public void setLicenseId(long licenseId)
licenseId - public java.lang.String getName()
public void setName(java.lang.String name)
name - public boolean isOpenSource()
public void setOpenSource(boolean openSource)
openSource - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public boolean isRecommended()
public void setRecommended(boolean recommended)
recommended - public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)