Package com.saperion.ws.jaxws
Class SetAnnotations
- java.lang.Object
-
- com.saperion.ws.jaxws.SetAnnotations
-
public class SetAnnotations extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SetAnnotations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotations
getAnnotations()
int
getElementNumber()
java.lang.String
getToken()
java.lang.String
getXhdoc()
void
setAnnotations(Annotations annotations)
void
setElementNumber(int elementNumber)
void
setToken(java.lang.String token)
void
setXhdoc(java.lang.String xhdoc)
-
-
-
Method Detail
-
getToken
public java.lang.String getToken()
- Returns:
- returns String
-
setToken
public void setToken(java.lang.String token)
- Parameters:
token
- the value for the token property
-
getAnnotations
public Annotations getAnnotations()
- Returns:
- returns Annotations
-
setAnnotations
public void setAnnotations(Annotations annotations)
- Parameters:
annotations
- the value for the annotations property
-
getXhdoc
public java.lang.String getXhdoc()
- Returns:
- returns String
-
setXhdoc
public void setXhdoc(java.lang.String xhdoc)
- Parameters:
xhdoc
- the value for the xhdoc property
-
getElementNumber
public int getElementNumber()
- Returns:
- returns int
-
setElementNumber
public void setElementNumber(int elementNumber)
- Parameters:
elementNumber
- the value for the elementNumber property
-
-