70717273747576
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setCountryCode(String countryCode) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
75767778798081
throw new UnsupportedCapabilityException("Level 1 feature"); } public String getExtension() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
80818283848586
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setExtension(String extension) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
85868788899091
throw new UnsupportedCapabilityException("Level 1 feature"); } public String getUrl() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
90919293949596
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setUrl(String url) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
224225226227228229230
// Level 1 features must throw exceptions /////////////////////////////////////////////////////////////////////////// public Organization getParentOrganization() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
229230231232233234235
throw new UnsupportedCapabilityException("Level 1 feature"); } public Collection<Organization> getDescendantOrganizations() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
234235236237238239240
throw new UnsupportedCapabilityException("Level 1 feature"); } public Organization getRootOrganization() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
239240241242243244245
throw new UnsupportedCapabilityException("Level 1 feature"); } public void addChildOrganization(Organization organization) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
244245246247248249250
throw new UnsupportedCapabilityException("Level 1 feature"); } public void addChildOrganizations(Collection collection) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }