com.sun.msv.datatype.xsd.datetime

Interface ITimeDurationValueType

All Superinterfaces:
Serializable
Known Implementing Classes:
BigTimeDurationValueType

public interface ITimeDurationValueType
extends Serializable

interface as a value type of TimeDurationType
Author:
Kohsuke KAWAGUCHI

Method Summary

int
compare(ITimeDurationValueType rhs)
compare two ITimeDurationValueType as defined in com.sun.msv.datatype/Comparator
BigTimeDurationValueType
getBigValue()

Method Details

compare

public int compare(ITimeDurationValueType rhs)
compare two ITimeDurationValueType as defined in com.sun.msv.datatype/Comparator

getBigValue

public BigTimeDurationValueType getBigValue()