Package uk.gov.ida.saml.core.domain
Class SimpleMdsValue<T>
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.SimpleMdsValue<T>
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TransliterableMdsValue
public class SimpleMdsValue<T> extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleMdsValue(T value, org.joda.time.DateTime from, org.joda.time.DateTime to, boolean verified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimegetFrom()org.joda.time.DateTimegetTo()TgetValue()booleanisVerified()
-
-
-
Constructor Detail
-
SimpleMdsValue
public SimpleMdsValue(T value, org.joda.time.DateTime from, org.joda.time.DateTime to, boolean verified)
-
-
Method Detail
-
getValue
public T getValue()
-
getFrom
public org.joda.time.DateTime getFrom()
-
getTo
public org.joda.time.DateTime getTo()
-
isVerified
public boolean isVerified()
-
-