IP*Works! ZIP V8

ipworkszip
Class Relationship

java.lang.Object
  |
  +--ipworkszip.Relationship

public class Relationship
extends java.lang.Object

A relationship entry in a .rels file in the archive

A relationship represents a reference to another part within the archive.

A relationship entry specifies a part name, the type of relationship (what it means) and a unique Id for this relation in the currently selected relationship file.

ContentType: The content type for the part referenced by this relationship, resolved from [Content_Types].xml according to the Open XML packaging specification rules.

Id: The unique ID of this relationship within this .rels file

PartName: The name of the part this relationship entry applies to.

TypeURI: The XML namespace URI that specifies the meaning of this relationship.

See Also:
Bzip2, Bzip2.Relationship

Constructor Summary
Relationship()
           
 
Method Summary
 java.lang.String getContentType()
           
 java.lang.String getId()
           
 java.lang.String getPartName()
           
 java.lang.String getTypeURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relationship

public Relationship()
Method Detail

getContentType

public java.lang.String getContentType()

getId

public java.lang.String getId()

getPartName

public java.lang.String getPartName()

getTypeURI

public java.lang.String getTypeURI()

IP*Works! ZIP V8

Copyright (c) 2011 /n software inc. - All rights reserved.