Class InstanceType
- java.lang.Object
-
- network.oxalis.vefa.peppol.common.model.InstanceType
-
- All Implemented Interfaces:
Serializable
public class InstanceType extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstanceType(String standard, String type, String version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetStandard()StringgetType()StringgetVersion()inthashCode()static InstanceTypeof(String standard, String type, String version)StringtoString()
-