Uses of Class
org.cxml.InternalID
Packages that use InternalID
-
Uses of InternalID in org.cxml
Fields in org.cxml declared as InternalIDModifier and TypeFieldDescriptionprotected InternalIDAttachmentReference.internalIDprotected InternalIDDataAvailableMessage.internalIDprotected InternalIDDataRequest.internalIDprotected InternalIDSubscription.internalIDprotected InternalIDSubscriptionContentRequest.internalIDprotected InternalIDSubscriptionStatusUpdateRequest.internalIDMethods in org.cxml that return InternalIDModifier and TypeMethodDescriptionObjectFactory.createInternalID()Create an instance ofInternalIDAttachmentReference.getInternalID()Gets the value of the internalID property.DataAvailableMessage.getInternalID()Gets the value of the internalID property.DataRequest.getInternalID()Gets the value of the internalID property.Subscription.getInternalID()Gets the value of the internalID property.SubscriptionContentRequest.getInternalID()Gets the value of the internalID property.SubscriptionStatusUpdateRequest.getInternalID()Gets the value of the internalID property.Methods in org.cxml with parameters of type InternalIDModifier and TypeMethodDescriptionvoidAttachmentReference.setInternalID(InternalID value) Sets the value of the internalID property.voidDataAvailableMessage.setInternalID(InternalID value) Sets the value of the internalID property.voidDataRequest.setInternalID(InternalID value) Sets the value of the internalID property.voidSubscription.setInternalID(InternalID value) Sets the value of the internalID property.voidSubscriptionContentRequest.setInternalID(InternalID value) Sets the value of the internalID property.voidSubscriptionStatusUpdateRequest.setInternalID(InternalID value) Sets the value of the internalID property.