public class CTDataModelExtBlock extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getMinVer()
Gets the value of the minVer property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getRelId()
Gets the value of the relId property.
|
void |
setMinVer(String value)
Sets the value of the minVer property.
|
void |
setParent(Object parent) |
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()
Stringpublic void setMinVer(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.