public class Relationship extends Object implements Child
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="TargetMode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="External"/>
<enumeration value="Internal"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Target" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
target |
protected String |
targetMode |
protected String |
type |
| Constructor and Description |
|---|
Relationship() |
| 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 |
getId()
Gets the value of the id property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getTarget()
Gets the value of the target property.
|
String |
getTargetMode()
Gets the value of the targetMode property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setTargetMode(String value)
Sets the value of the targetMode property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String targetMode
protected String target
protected String type
protected String id
public String getTargetMode()
Stringpublic void setTargetMode(String value)
value - allowed object is
Stringpublic String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic void setId(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.