public class ValueMetaData extends Object
Constructor and Description |
---|
ValueMetaData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getMarshalMethod() |
String |
getRef() |
String |
getUnmarshalMethod() |
int |
hashCode() |
void |
setId(String id) |
void |
setMarshalMethod(String marshalMethod) |
void |
setRef(String ref) |
void |
setUnmarshalMethod(String unmarshalMethod) |
public String getId()
public void setId(String id)
public String getRef()
public void setRef(String ref)
public String getUnmarshalMethod()
public void setUnmarshalMethod(String unmarshalMethod)
public String getMarshalMethod()
public void setMarshalMethod(String marshalMethod)
Copyright © 2015 JBoss by Red Hat. All rights reserved.