public interface AcceptHeadersMBean
Modifier and Type | Method and Description |
---|---|
void |
addAcceptHeader()
Add a new element named acceptHeader
|
java.util.List<AcceptHeaderMBean> |
getAcceptHeaderMBean()
Return the list of the AcceptHeader element
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
removeAcceptHeader(int index)
Remove an element named acceptHeader by the index
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
void addAcceptHeader()
void removeAcceptHeader(int index)
java.util.List<AcceptHeaderMBean> getAcceptHeaderMBean()