Class SharingOwner.Ownership

java.lang.Object
com.oracle.communications.brm.cc.model.SharingOwner.Ownership
All Implemented Interfaces:
Serializable
Enclosing class:
SharingOwner

public static class SharingOwner.Ownership extends Object implements Serializable

Java class for anonymous complex type

.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sharingRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="offeringRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="markAsDelete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="index" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • sharingRef

      protected ResourceRef sharingRef
    • offeringRef

      protected ResourceRef offeringRef
    • markAsDelete

      protected boolean markAsDelete
      Whether to delete the ownership (true) or not (false).
    • index

      protected int index
      The position of the entry in the index. For example, the first item in a list would have an index value of 1.
  • Constructor Details

    • Ownership

      public Ownership()
  • Method Details

    • getSharingRef

      public ResourceRef getSharingRef()
      Gets the value of the sharingRef property.
      Returns:
      possible object is ResourceRef
    • setSharingRef

      public void setSharingRef(ResourceRef value)
      Sets the value of the sharingRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getOfferingRef

      public ResourceRef getOfferingRef()
      Gets the value of the offeringRef property.
      Returns:
      possible object is ResourceRef
    • setOfferingRef

      public void setOfferingRef(ResourceRef value)
      Sets the value of the offeringRef property.
      Parameters:
      value - allowed object is ResourceRef
    • isMarkAsDelete

      public boolean isMarkAsDelete()
      Whether to delete the ownership (true) or not (false).
    • setMarkAsDelete

      public void setMarkAsDelete(boolean value)
      Sets the value of the markAsDelete property.
    • getIndex

      public int getIndex()
      The position of the entry in the index. For example, the first item in a list would have an index value of 1.
    • setIndex

      public void setIndex(int value)
      Sets the value of the index property.