public class ServiceMethodRestriction extends SubjectList implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ServiceMethodRestriction">
<xs:complexContent>
<xs:extension base="ns:SubjectList">
<xs:attribute type="xs:string" use="required" name="methodName"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
ServiceMethodRestriction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName()
Get the 'methodName' attribute value.
|
void |
setMethodName(String methodName)
Set the 'methodName' attribute value.
|
addSubject, clearSubjectList, getSubject, getSubjectList, setSubjectList, sizeSubjectListpublic String getMethodName()
public void setMethodName(String methodName)
methodName - Copyright © 2014. All Rights Reserved.