public static class ServiceProvider.ServiceProviderServicePackGetDetailListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected UnboundedPositiveInt |
allowedQuantity |
protected UnboundedNonNegativeInt |
assignedQuantity |
protected Boolean |
isAvailableForUse |
protected String |
servicePackDescription |
protected String |
servicePackName |
protected UnboundedPositiveInt |
servicePackQuantity |
protected ServiceProvider |
serviceProvider |
protected List<ServiceProviderServicePackUserServiceTableRow> |
userServiceTable |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
ServiceProviderServicePackGetDetailListResponse() |
getDetailText, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
protected String servicePackName
protected String servicePackDescription
protected Boolean isAvailableForUse
protected UnboundedPositiveInt servicePackQuantity
protected UnboundedNonNegativeInt assignedQuantity
protected UnboundedPositiveInt allowedQuantity
protected List<ServiceProviderServicePackUserServiceTableRow> userServiceTable
protected transient ServiceProvider serviceProvider
public ServiceProviderServicePackGetDetailListResponse()
public void setServicePackName(String servicePackName)
public String getServicePackName()
public void setServicePackDescription(String servicePackDescription)
public String getServicePackDescription()
public void setIsAvailableForUse(Boolean isAvailableForUse)
public Boolean getIsAvailableForUse()
public void setServicePackQuantity(UnboundedPositiveInt servicePackQuantity)
public UnboundedPositiveInt getServicePackQuantity()
public void setAssignedQuantity(UnboundedNonNegativeInt assignedQuantity)
public UnboundedNonNegativeInt getAssignedQuantity()
public void setAllowedQuantity(UnboundedPositiveInt allowedQuantity)
public UnboundedPositiveInt getAllowedQuantity()
public void setUserServiceTable(List<ServiceProviderServicePackUserServiceTableRow> userServiceTable)
public List<ServiceProviderServicePackUserServiceTableRow> getUserServiceTable()
public void setServiceProvider(ServiceProvider serviceProvider)
public ServiceProvider getServiceProvider()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.