public class Rank extends Object implements Serializable
Java class for rank complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rank"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="autoRank" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="autoRankOrder" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="inboundLinkCount" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
autoRank |
protected String |
autoRankOrder |
protected String |
inboundLinkCount |
Constructor and Description |
---|
Rank() |
Modifier and Type | Method and Description |
---|---|
String |
getAutoRank()
Gets the value of the autoRank property.
|
String |
getAutoRankOrder()
Gets the value of the autoRankOrder property.
|
String |
getInboundLinkCount()
Gets the value of the inboundLinkCount property.
|
void |
setAutoRank(String value)
Sets the value of the autoRank property.
|
void |
setAutoRankOrder(String value)
Sets the value of the autoRankOrder property.
|
void |
setInboundLinkCount(String value)
Sets the value of the inboundLinkCount property.
|
protected String autoRank
protected String autoRankOrder
protected String inboundLinkCount
public String getAutoRank()
String
public void setAutoRank(String value)
value
- allowed object is
String
public String getAutoRankOrder()
String
public void setAutoRankOrder(String value)
value
- allowed object is
String
public String getInboundLinkCount()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.