Uses of Class
org.cxml.InternalID
-
Packages that use InternalID Package Description org.cxml -
-
Uses of InternalID in org.cxml
Fields in org.cxml declared as InternalID Modifier and Type Field Description protected InternalIDAttachmentReference. internalIDprotected InternalIDDataAvailableMessage. internalIDprotected InternalIDDataRequest. internalIDprotected InternalIDSubscription. internalIDprotected InternalIDSubscriptionContentRequest. internalIDprotected InternalIDSubscriptionStatusUpdateRequest. internalIDMethods in org.cxml that return InternalID Modifier and Type Method Description InternalIDObjectFactory. createInternalID()Create an instance ofInternalIDInternalIDAttachmentReference. getInternalID()Gets the value of the internalID property.InternalIDDataAvailableMessage. getInternalID()Gets the value of the internalID property.InternalIDDataRequest. getInternalID()Gets the value of the internalID property.InternalIDSubscription. getInternalID()Gets the value of the internalID property.InternalIDSubscriptionContentRequest. getInternalID()Gets the value of the internalID property.InternalIDSubscriptionStatusUpdateRequest. getInternalID()Gets the value of the internalID property.Methods in org.cxml with parameters of type InternalID Modifier and Type Method Description voidAttachmentReference. 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.
-