public class XmlLink extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected String |
href |
protected String |
method |
protected String |
rel |
protected String |
type |
Constructor and Description |
---|
XmlLink() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getHref() |
String |
getMethod() |
String |
getRelationship() |
String |
getType() |
void |
setClassName(String className) |
void |
setHref(String href) |
void |
setMethod(String method) |
void |
setRelationship(String relationship) |
void |
setType(String type) |
String |
toString() |
protected String method
protected String className
protected String rel
protected String type
protected String href
public String getClassName()
public void setClassName(String className)
public String getMethod()
public void setMethod(String method)
public String getRelationship()
public void setRelationship(String relationship)
public String getHref()
public void setHref(String href)
public String getType()
public void setType(String type)
Copyright © 2016 The Apache Software Foundation. All rights reserved.