public class RegistryRequestType extends Object
Java class for RegistryRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RequestSlotList" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SlotListType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegistryRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
String |
getId()
Gets the value of the id property.
|
SlotListType |
getRequestSlotList()
Gets the value of the requestSlotList property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRequestSlotList(SlotListType value)
Sets the value of the requestSlotList property.
|
public SlotListType getRequestSlotList()
SlotListTypepublic void setRequestSlotList(SlotListType value)
value - allowed object is
SlotListTypepublic void setId(String value)
value - allowed object is
Stringpublic String getComment()
StringCopyright © 2010–2025. All rights reserved.