Class ServiceType

java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.ServiceType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServiceBase

public class ServiceType extends Extension implements Serializable
Information about the services.

Java class for serviceType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="serviceType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
       <sequence>
         <element name="id" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="pendingDeferredActionsCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="accountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="aliasList" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
                 <attribute name="elem" type="{http://www.w3.org/2001/XMLSchema}int" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="balanceGroupRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="lastStatusComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastStatusChange" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="login" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lifeCycleState" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="passwordExpiration" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="passwordStatus" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             </restriction>
           </simpleType>
         </element>
         <element name="status" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             </restriction>
           </simpleType>
         </element>
         <element name="statusFlags" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="subscriptionServiceRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="serviceAccessLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="balGrpIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="nameinfoObj" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="svcExpLastNotiOffset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="svcExpLastNotiT" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • id

      protected ResourceRef id
    • pendingDeferredActionsCount

      protected Integer pendingDeferredActionsCount
      The number of deferred actions that are pending for the service.
    • accountRef

      protected ResourceRef accountRef
    • aliasList

      protected List<ServiceType.AliasList> aliasList
      The list of aliases associated with the service.
    • balanceGroupRef

      protected ResourceRef balanceGroupRef
    • creationDate

      protected Calendar creationDate
      The date and time the service type was created.
    • effectiveDate

      protected Calendar effectiveDate
    • lastStatusComment

      protected String lastStatusComment
      The comment associated with the last status change.
    • lastStatusChange

      protected Calendar lastStatusChange
      The date and time of the last status change.
    • login

      protected String login
      The login associated with the service.
    • lifeCycleState

      protected Integer lifeCycleState
      The current life cycle state.
    • lastModified

      protected Calendar lastModified
      The date and time the service was last modified.
    • name

      protected String name
      The name of the service.
    • password

      protected String password
      The password associated with the service.
    • passwordExpiration

      protected Calendar passwordExpiration
      The date and time the password expires.
    • passwordStatus

      protected Integer passwordStatus
      The current status of the password.
    • status

      protected Integer status
      The status.
    • statusFlags

      protected Integer statusFlags
      The status flags.
    • subscriptionServiceRef

      protected ResourceRef subscriptionServiceRef
    • serviceAccessLevel

      protected String serviceAccessLevel
      The service access level.
    • balGrpIndex

      protected Integer balGrpIndex
      The balance group index.
    • nameinfoObj

      protected ResourceRef nameinfoObj
    • svcExpLastNotiOffset

      protected String svcExpLastNotiOffset
      The notification offset.
    • svcExpLastNotiT

      protected Calendar svcExpLastNotiT
      The last notification time.
  • Constructor Details

    • ServiceType

      public ServiceType()
  • Method Details

    • getId

      public ResourceRef getId()
      Gets the value of the id property.
      Returns:
      possible object is ResourceRef
    • setId

      public void setId(ResourceRef value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is ResourceRef
    • getPendingDeferredActionsCount

      public Integer getPendingDeferredActionsCount()
      The number of deferred actions that are pending for the service.
      Returns:
      possible object is Integer
    • setPendingDeferredActionsCount

      public void setPendingDeferredActionsCount(Integer value)
      Sets the value of the pendingDeferredActionsCount property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getAccountRef

      public ResourceRef getAccountRef()
      Gets the value of the accountRef property.
      Returns:
      possible object is ResourceRef
    • setAccountRef

      public void setAccountRef(ResourceRef value)
      Sets the value of the accountRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getAliasList

      public List<ServiceType.AliasList> getAliasList()
      The list of aliases associated with the service. Gets the value of the aliasList property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aliasList property.

      For example, to add a new item, do as follows:

       getAliasList().add(newItem);
       

      Objects of the following type(s) are allowed in the list ServiceType.AliasList

      Returns:
      The value of the aliasList property.
    • getBalanceGroupRef

      public ResourceRef getBalanceGroupRef()
      Gets the value of the balanceGroupRef property.
      Returns:
      possible object is ResourceRef
    • setBalanceGroupRef

      public void setBalanceGroupRef(ResourceRef value)
      Sets the value of the balanceGroupRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getCreationDate

      public Calendar getCreationDate()
      The date and time the service type was created.
      Returns:
      possible object is String
    • setCreationDate

      public void setCreationDate(Calendar value)
      Sets the value of the creationDate property.
      Parameters:
      value - allowed object is String
      See Also:
    • getEffectiveDate

      public Calendar getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is String
    • setEffectiveDate

      public void setEffectiveDate(Calendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is String
    • getLastStatusComment

      public String getLastStatusComment()
      The comment associated with the last status change.
      Returns:
      possible object is String
    • setLastStatusComment

      public void setLastStatusComment(String value)
      Sets the value of the lastStatusComment property.
      Parameters:
      value - allowed object is String
      See Also:
    • getLastStatusChange

      public Calendar getLastStatusChange()
      The date and time of the last status change.
      Returns:
      possible object is String
    • setLastStatusChange

      public void setLastStatusChange(Calendar value)
      Sets the value of the lastStatusChange property.
      Parameters:
      value - allowed object is String
      See Also:
    • getLogin

      public String getLogin()
      The login associated with the service.
      Returns:
      possible object is String
    • setLogin

      public void setLogin(String value)
      Sets the value of the login property.
      Parameters:
      value - allowed object is String
      See Also:
    • getLifeCycleState

      public Integer getLifeCycleState()
      The current life cycle state.
      Returns:
      possible object is Integer
    • setLifeCycleState

      public void setLifeCycleState(Integer value)
      Sets the value of the lifeCycleState property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getLastModified

      public Calendar getLastModified()
      The date and time the service was last modified.
      Returns:
      possible object is String
    • setLastModified

      public void setLastModified(Calendar value)
      Sets the value of the lastModified property.
      Parameters:
      value - allowed object is String
      See Also:
    • getName

      public String getName()
      The name of the service.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPassword

      public String getPassword()
      The password associated with the service.
      Returns:
      possible object is String
    • setPassword

      public void setPassword(String value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPasswordExpiration

      public Calendar getPasswordExpiration()
      The date and time the password expires.
      Returns:
      possible object is String
    • setPasswordExpiration

      public void setPasswordExpiration(Calendar value)
      Sets the value of the passwordExpiration property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPasswordStatus

      public Integer getPasswordStatus()
      The current status of the password.
      Returns:
      possible object is Integer
    • setPasswordStatus

      public void setPasswordStatus(Integer value)
      Sets the value of the passwordStatus property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getStatus

      public Integer getStatus()
      The status.
      Returns:
      possible object is Integer
    • setStatus

      public void setStatus(Integer value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getStatusFlags

      public Integer getStatusFlags()
      The status flags.
      Returns:
      possible object is Integer
    • setStatusFlags

      public void setStatusFlags(Integer value)
      Sets the value of the statusFlags property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getSubscriptionServiceRef

      public ResourceRef getSubscriptionServiceRef()
      Gets the value of the subscriptionServiceRef property.
      Returns:
      possible object is ResourceRef
    • setSubscriptionServiceRef

      public void setSubscriptionServiceRef(ResourceRef value)
      Sets the value of the subscriptionServiceRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getServiceAccessLevel

      public String getServiceAccessLevel()
      The service access level.
      Returns:
      possible object is String
    • setServiceAccessLevel

      public void setServiceAccessLevel(String value)
      Sets the value of the serviceAccessLevel property.
      Parameters:
      value - allowed object is String
      See Also:
    • getBalGrpIndex

      public Integer getBalGrpIndex()
      The balance group index.
      Returns:
      possible object is Integer
    • setBalGrpIndex

      public void setBalGrpIndex(Integer value)
      Sets the value of the balGrpIndex property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getNameinfoObj

      public ResourceRef getNameinfoObj()
      Gets the value of the nameinfoObj property.
      Returns:
      possible object is ResourceRef
    • setNameinfoObj

      public void setNameinfoObj(ResourceRef value)
      Sets the value of the nameinfoObj property.
      Parameters:
      value - allowed object is ResourceRef
    • getSvcExpLastNotiOffset

      public String getSvcExpLastNotiOffset()
      The notification offset.
      Returns:
      possible object is String
    • setSvcExpLastNotiOffset

      public void setSvcExpLastNotiOffset(String value)
      Sets the value of the svcExpLastNotiOffset property.
      Parameters:
      value - allowed object is String
      See Also:
    • getSvcExpLastNotiT

      public Calendar getSvcExpLastNotiT()
      The last notification time.
      Returns:
      possible object is String
    • setSvcExpLastNotiT

      public void setSvcExpLastNotiT(Calendar value)
      Sets the value of the svcExpLastNotiT property.
      Parameters:
      value - allowed object is String
      See Also: