Home | History | Annotate | Download | only in header

Lines Matching refs:ORGANIZATION

36  * Organization SIP Header.
47 public class Organization extends SIPHeader implements OrganizationHeader {
54 * Organization field
56 protected String organization;
63 return organization;
69 public Organization() {
70 super(ORGANIZATION);
74 * Get the organization field.
78 return organization;
82 * Set the organization member
89 + " Organization, setOrganization(), the organization parameter is null");
90 organization = o;
94 * $Log: Organization.java,v $