public class CTNotesMasterIdList extends Object
Java class for CT_NotesMasterIdList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NotesMasterIdList"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="notesMasterId" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_NotesMasterIdListEntry" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTNotesMasterIdListEntry |
notesMasterId |
Constructor and Description |
---|
CTNotesMasterIdList() |
Modifier and Type | Method and Description |
---|---|
CTNotesMasterIdListEntry |
getNotesMasterId()
Gets the value of the notesMasterId property.
|
void |
setNotesMasterId(CTNotesMasterIdListEntry value)
Sets the value of the notesMasterId property.
|
protected CTNotesMasterIdListEntry notesMasterId
public CTNotesMasterIdListEntry getNotesMasterId()
CTNotesMasterIdListEntry
public void setNotesMasterId(CTNotesMasterIdListEntry value)
value
- allowed object is
CTNotesMasterIdListEntry
Copyright © 2007-2019. All Rights Reserved.