public class CTDataModelExtBlock extends Object
Java class for CT_DataModelExtBlock complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DataModelExtBlock">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="relId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="minVer" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
minVer |
protected String |
relId |
| Constructor and Description |
|---|
CTDataModelExtBlock() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMinVer()
Gets the value of the minVer property.
|
String |
getRelId()
Gets the value of the relId property.
|
void |
setMinVer(String value)
Sets the value of the minVer property.
|
void |
setRelId(String value)
Sets the value of the relId property.
|
public String getRelId()
Stringpublic void setRelId(String value)
value - allowed object is
Stringpublic String getMinVer()
StringCopyright © 2007-2019. All Rights Reserved.