249250251252253254255
throw new UnsupportedCapabilityException("Level 1 feature"); } public int getChildOrganizationCount() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
254255256257258259260
throw new UnsupportedCapabilityException("Level 1 feature"); } public Collection<Organization> getChildOrganizations() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
259260261262263264265
throw new UnsupportedCapabilityException("Level 1 feature"); } public void removeChildOrganization(Organization organization) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
264265266267268269270
throw new UnsupportedCapabilityException("Level 1 feature"); } public void removeChildOrganizations(Collection collection) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
269270271272273274275
throw new UnsupportedCapabilityException("Level 1 feature"); } public PostalAddress getPostalAddress() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
274275276277278279280
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setPostalAddress(PostalAddress postalAddress) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
93949596979899
{ /* * we are a level 0 provider */ throw new UnsupportedCapabilityException(); }
124125126127128129130
47484950515253
super(lifeCycleManager); } public Date getExpiration() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
52535455565758
throw new UnsupportedCapabilityException("Level 1 feature"); } public int getMajorVersion() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }