Package ddf.security.liberty.paos
Interface Response
public interface Response
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the refToMessageID attribute value.voidsetRefToMessageID(String newRefToMessageID) Set the refToMessageID attribute value.
-
Field Details
-
PAOS_NS
- See Also:
-
PAOS_PREFIX
- See Also:
-
DEFAULT_ELEMENT_LOCAL_NAME
- See Also:
-
DEFAULT_ELEMENT_NAME
-
TYPE_LOCAL_NAME
- See Also:
-
TYPE_NAME
-
REF_TO_MESSAGE_ID_ATTRIB_NAME
- See Also:
-
-
Method Details
-
getRefToMessageID
String getRefToMessageID()Get the refToMessageID attribute value.- Returns:
- String
-
setRefToMessageID
Set the refToMessageID attribute value.- Parameters:
newRefToMessageID- the new refToMessageID attribute value
-