Package gov.nasa.pds.tools.label
Class SFDULabel
- java.lang.Object
-
- gov.nasa.pds.tools.label.SFDULabel
-
public class SFDULabel extends Object
- Version:
- $Revision$
- Author:
- pramirez, jagander
-
-
Constructor Summary
Constructors Constructor Description SFDULabel(byte[] label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassId()StringgetControlAuthorityId()StringgetDelimiterType()StringgetDescriptionDataUnitId()StringgetLength()StringgetSpare()StringgetVersionId()StringtoString()
-
-
-
Constructor Detail
-
SFDULabel
public SFDULabel(byte[] label) throws MalformedSFDULabel- Throws:
MalformedSFDULabel
-
-
Method Detail
-
getControlAuthorityId
public String getControlAuthorityId()
-
getVersionId
public String getVersionId()
-
getClassId
public String getClassId()
-
getDelimiterType
public String getDelimiterType()
-
getSpare
public String getSpare()
-
getDescriptionDataUnitId
public String getDescriptionDataUnitId()
-
getLength
public String getLength()
-
-