Class C1CountryIdentifier
- java.lang.Object
-
- network.oxalis.vefa.peppol.common.model.AbstractQualifiedIdentifier
-
- network.oxalis.vefa.peppol.common.model.C1CountryIdentifier
-
- All Implemented Interfaces:
Serializable,QualifiedIdentifier
public class C1CountryIdentifier extends AbstractQualifiedIdentifier implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class network.oxalis.vefa.peppol.common.model.AbstractQualifiedIdentifier
identifier, scheme
-
-
Constructor Summary
Constructors Constructor Description C1CountryIdentifier(String value)Creates a C1CountryIdentifier.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()static C1CountryIdentifierof(String identifier)StringtoString()-
Methods inherited from class network.oxalis.vefa.peppol.common.model.AbstractQualifiedIdentifier
getIdentifier, getScheme, urlencoded
-
-
-
-
Constructor Detail
-
C1CountryIdentifier
public C1CountryIdentifier(String value)
Creates a C1CountryIdentifier. The identifier scheme is always null for this identifier type.
-
-