public class WSAssociation extends Object
Constructor and Description |
---|
WSAssociation()
Default constructor for the WSAssociation class.
|
WSAssociation(String sourcePath,
String destinationPath,
String associationType)
Construct an association by providing the source, target and the association type.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssociationType()
Method to get the association type.
|
String |
getDestinationPath()
Method to get the destination path.
|
String |
getSourcePath()
Method to get the source path.
|
void |
setAssociationType(String associationType)
Method to get the association type.
|
void |
setDestinationPath(String destinationPath)
Method to set the destination path.
|
void |
setSourcePath(String sourcePath)
Method to set the source path.
|
public WSAssociation()
public WSAssociation(String sourcePath, String destinationPath, String associationType)
sourcePath
- the source of the association.destinationPath
- the destination of the association.associationType
- the type of the association.public String getSourcePath()
public void setSourcePath(String sourcePath)
sourcePath
- the source path.public String getDestinationPath()
public void setDestinationPath(String destinationPath)
destinationPath
- the destination path.public String getAssociationType()
public void setAssociationType(String associationType)
associationType
- the association type.Copyright © 2017 WSO2. All Rights Reserved.