public class IDREF extends AbstractXJdfType<String,IDREF>
| Constructor and Description |
|---|
IDREF()
Default constructor.
|
IDREF(ParameterType parameterType) |
IDREF(ParameterType parameterType,
Part part,
String id) |
IDREF(Product product) |
IDREF(Product product,
String id) |
IDREF(String expression)
Custom constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Getter for id attribute.
|
Parameter |
getParameter() |
Product |
getProduct() |
String |
marshal(IDREF idRef) |
String |
toString() |
IDREF |
unmarshal(String v) |
equals, hashCodepublic IDREF()
public IDREF(ParameterType parameterType)
public IDREF(ParameterType parameterType, Part part, String id)
public IDREF(Product product) throws ValidationException
ValidationExceptionpublic IDREF(Product product, String id) throws ValidationException
ValidationExceptionpublic IDREF(String expression)
public String getId()
public Parameter getParameter()
public Product getProduct()
public String marshal(IDREF idRef)
marshal in class XmlAdapter<String,IDREF>XmlAdapter.marshal(java.lang.Object)public IDREF unmarshal(String v)
unmarshal in class XmlAdapter<String,IDREF>XmlAdapter.unmarshal(java.lang.Object)public String toString()
toString in class AbstractXJdfType<String,IDREF>Object.toString()Copyright © 2016. All rights reserved.