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