Class SharingOwner.Ownership
java.lang.Object
com.oracle.communications.brm.cc.model.SharingOwner.Ownership
- All Implemented Interfaces:
Serializable
- Enclosing class:
SharingOwner
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 Summary
FieldsModifier and TypeFieldDescriptionprotected intThe position of the entry in the index.protected booleanWhether to delete the ownership (true) or not (false).protected ResourceRefprotected ResourceRef -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()The position of the entry in the index.Gets the value of the offeringRef property.Gets the value of the sharingRef property.booleanWhether to delete the ownership (true) or not (false).voidsetIndex(int value) Sets the value of the index property.voidsetMarkAsDelete(boolean value) Sets the value of the markAsDelete property.voidsetOfferingRef(ResourceRef value) Sets the value of the offeringRef property.voidsetSharingRef(ResourceRef value) Sets the value of the sharingRef property.
-
Field Details
-
sharingRef
-
offeringRef
-
markAsDelete
protected boolean markAsDeleteWhether to delete the ownership (true) or not (false). -
index
protected int indexThe 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
Gets the value of the sharingRef property.- Returns:
- possible object is
ResourceRef
-
setSharingRef
Sets the value of the sharingRef property.- Parameters:
value- allowed object isResourceRef
-
getOfferingRef
Gets the value of the offeringRef property.- Returns:
- possible object is
ResourceRef
-
setOfferingRef
Sets the value of the offeringRef property.- Parameters:
value- allowed object isResourceRef
-
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.
-