|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.PublisherAssertions
| Constructor Summary | |
PublisherAssertions()
|
|
PublisherAssertions(String authorizedName,
String generic,
String operator,
PublisherAssertion[] publisherAssertion)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getAuthorizedName()
Gets the authorizedName value for this PublisherAssertions. |
String |
getGeneric()
Gets the generic value for this PublisherAssertions. |
String |
getOperator()
Gets the operator value for this PublisherAssertions. |
PublisherAssertion[] |
getPublisherAssertion()
Gets the publisherAssertion value for this PublisherAssertions. |
PublisherAssertion |
getPublisherAssertion(int i)
|
int |
hashCode()
|
void |
setAuthorizedName(String authorizedName)
Sets the authorizedName value for this PublisherAssertions. |
void |
setGeneric(String generic)
Sets the generic value for this PublisherAssertions. |
void |
setOperator(String operator)
Sets the operator value for this PublisherAssertions. |
void |
setPublisherAssertion(int i,
PublisherAssertion _value)
|
void |
setPublisherAssertion(PublisherAssertion[] publisherAssertion)
Sets the publisherAssertion value for this PublisherAssertions. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PublisherAssertions()
public PublisherAssertions(String authorizedName,
String generic,
String operator,
PublisherAssertion[] publisherAssertion)
| Method Detail |
public PublisherAssertion[] getPublisherAssertion()
public void setPublisherAssertion(PublisherAssertion[] publisherAssertion)
publisherAssertion - public PublisherAssertion getPublisherAssertion(int i)
public void setPublisherAssertion(int i,
PublisherAssertion _value)
public String getGeneric()
public void setGeneric(String generic)
generic - public String getOperator()
public void setOperator(String operator)
operator - public String getAuthorizedName()
public void setAuthorizedName(String authorizedName)
authorizedName - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||