public class Relationship extends Object
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 |
protected String |
value |
Constructor and Description |
---|
Relationship() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
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.
|
String |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
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.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String targetMode
protected String target
protected String type
protected String id
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getTargetMode()
String
public void setTargetMode(String value)
value
- allowed object is
String
public String getTarget()
String
public void setTarget(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
Copyright © 2007-2013. All Rights Reserved.