public class SupportType
extends java.lang.Object
Constructor and Description |
---|
SupportType(java.lang.Object value)
Constructs a new object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getActualSupportTypeObject()
Returns the actual support type object.
|
boolean |
isCSAFSupportType()
Checks if the the given value is one of the JAXR support types (
TelephoneNumber , PostaAddress ... etc) |
boolean |
isJAXRSupportType()
Checks if the the given value is one of the JAXR support types (
TelephoneNumber , PostalAddress ... etc). |
public SupportType(java.lang.Object value)
value
- the actual support type object.public boolean isJAXRSupportType()
TelephoneNumber
, PostalAddress
... etc).true
if it is JAXR support type.public boolean isCSAFSupportType()
TelephoneNumber
, PostaAddress
... etc)true
if it is CSAF support type.public java.lang.Object getActualSupportTypeObject()