java.lang.Object
com.tectonica.jonix.common.struct.JonixParentIdentifier
- All Implemented Interfaces:
JonixKeyedStruct<CollectionIdentifierTypes>
,JonixStruct
,Serializable
public class JonixParentIdentifier
extends Object
implements JonixKeyedStruct<CollectionIdentifierTypes>, Serializable
This class is a
JonixStruct
that represents Onix2 <ParentIdentifier>
.
It can be retrieved from the composite by invoking its asStruct()
method.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JonixParentIdentifier
Raw Format: Free text, suggested maximum length 50 charactersRaw Format: According to the identifier type specified in <ProductIDType>the key of this struct (by which it can be looked up) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
seriesIDType
the key of this struct (by which it can be looked up) -
idTypeName
Raw Format: Free text, suggested maximum length 50 characters(type: NonEmptyString)
-
idValue
Raw Format: According to the identifier type specified in <ProductIDType>(type: NonEmptyString)
-
-
Constructor Details
-
JonixParentIdentifier
public JonixParentIdentifier()
-
-
Method Details
-
key
- Specified by:
key
in interfaceJonixKeyedStruct<CollectionIdentifierTypes>
-