@Immutable public final class TCRestJAXB extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAMESPACE_PREFIX |
static String |
NS_URI |
static com.helger.commons.io.resource.ClassPathResource |
XSD_RES |
| Modifier and Type | Method and Description |
|---|---|
static TCIdentifierType |
createTCID(com.helger.peppolid.IIdentifier aID) |
static TCIdentifierType |
createTCID(String sScheme,
String sValue)
Create a new
TCIdentifierType |
static com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> |
getAllXSDResources() |
static com.helger.jaxb.GenericJAXBMarshaller<TCIncomingMessage> |
incomingMessage() |
static com.helger.jaxb.GenericJAXBMarshaller<TCOutgoingMessage> |
outgoingMessage() |
public static final com.helger.commons.io.resource.ClassPathResource XSD_RES
public static final String NS_URI
public static final String DEFAULT_NAMESPACE_PREFIX
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> getAllXSDResources()
@Nonnull public static com.helger.jaxb.GenericJAXBMarshaller<TCOutgoingMessage> outgoingMessage()
TCOutgoingMessage
objects. Never null.@Nonnull public static com.helger.jaxb.GenericJAXBMarshaller<TCIncomingMessage> incomingMessage()
TCIncomingMessage
objects. Never null.@Nonnull public static TCIdentifierType createTCID(@Nonnull com.helger.peppolid.IIdentifier aID)
aID - The source identifier. May not be null.TCIdentifierType and never null.@Nonnull public static TCIdentifierType createTCID(@Nullable String sScheme, @Nonnull String sValue)
TCIdentifierTypesScheme - The scheme to use. May be null.sValue - The value to use. May not be null.TCIdentifierType and never null.Copyright © 2020 toop.eu. All rights reserved.