public class RegistryRequestType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected String |
id |
protected SlotListType |
requestSlotList |
| Constructor and Description |
|---|
RegistryRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getId() |
SlotListType |
getRequestSlotList() |
void |
setComment(String value) |
void |
setId(String value) |
void |
setRequestSlotList(SlotListType value) |
protected SlotListType requestSlotList
protected String id
protected String comment
public SlotListType getRequestSlotList()
public void setRequestSlotList(SlotListType value)
public String getId()
public void setId(String value)
public String getComment()
public void setComment(String value)
Copyright © 2020. All rights reserved.