public class Blockref extends Object implements Findable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="idref" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
idref |
protected String |
value |
Constructor and Description |
---|
Blockref() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
String |
getIdref()
Gets the value of the idref property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setIdref(String value)
Sets the value of the idref property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getIdref()
String
public void setIdref(String value)
value
- allowed object is
String
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2022 EPAM Systems. All rights reserved.