public interface OrganizationHeader extends Header
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of OrganizationHeader
|
Modifier and Type | Method and Description |
---|---|
String |
getOrganization()
Gets the organization value of OrganizationHeader.
|
void |
setOrganization(String organization)
Sets the organization value of the OrganizationHeader to the
organization parameter supplied.
|
static final String NAME
void setOrganization(String organization) throws ParseException
organization
- - the new string organization valueParseException
- which signals that an error has been reached
unexpectedly while parsing the organization value.String getOrganization()
Copyright © 2018. All Rights Reserved.