Class ServiceGroup
- java.lang.Object
-
- network.oxalis.vefa.peppol.publisher.model.ServiceGroup
-
- All Implemented Interfaces:
Serializable
public class ServiceGroup extends Object implements Serializable
- Author:
- erlend
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticipantIdentifiergetParticipantIdentifier()Set<ServiceReference>getServiceReferences()static ServiceGroupof(ParticipantIdentifier participantIdentifier, Set<ServiceReference> serviceReferences)
-
-
-
Method Detail
-
of
public static ServiceGroup of(ParticipantIdentifier participantIdentifier, Set<ServiceReference> serviceReferences)
-
getParticipantIdentifier
public ParticipantIdentifier getParticipantIdentifier()
-
getServiceReferences
public Set<ServiceReference> getServiceReferences()
-
-