Package com.independentsoft.office
Class RelationshipItem
java.lang.Object
com.independentsoft.office.RelationshipItem
The Class RelationshipItem.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new relationship item.RelationshipItem(InternalXMLStreamReader reader)Instantiates a new relationship item.RelationshipItem(String type)Instantiates a new relationship item.RelationshipItem(String type, String target)Instantiates a new relationship item.RelationshipItem(String type, String target, String targetMode)Instantiates a new relationship item. -
Method Summary
-
Constructor Details
-
RelationshipItem
public RelationshipItem()Instantiates a new relationship item. -
RelationshipItem
Instantiates a new relationship item.- Parameters:
type- the type
-
RelationshipItem
Instantiates a new relationship item.- Parameters:
type- the typetarget- the target
-
RelationshipItem
Instantiates a new relationship item.- Parameters:
type- the typetarget- the targettargetMode- the target mode
-
RelationshipItem
Instantiates a new relationship item.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getTarget
Gets the target.- Returns:
- the target
-
setTarget
Sets the target.- Parameters:
target- the new target
-
getTargetMode
Gets the target mode.- Returns:
- the target mode
-
setTargetMode
Sets the target mode.- Parameters:
targetMode- the new target mode
-