public static class ServiceError.ErrorClass extends Object implements com.beanit.asn1bean.ber.types.BerType, Serializable
| 构造器和说明 |
|---|
ErrorClass() |
ErrorClass(byte[] code) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendAsString(StringBuilder sb,
int indentLevel) |
int |
decode(InputStream is) |
int |
decode(InputStream is,
com.beanit.asn1bean.ber.BerTag berTag) |
int |
encode(OutputStream reverseOS) |
void |
encodeAndSave(int encodingSizeGuess) |
com.beanit.asn1bean.ber.types.BerInteger |
getAccess() |
com.beanit.asn1bean.ber.types.BerInteger |
getApplicationReference() |
com.beanit.asn1bean.ber.types.BerInteger |
getCancel() |
com.beanit.asn1bean.ber.types.BerInteger |
getConclude() |
com.beanit.asn1bean.ber.types.BerInteger |
getDefinition() |
com.beanit.asn1bean.ber.types.BerInteger |
getFile() |
com.beanit.asn1bean.ber.types.BerInteger |
getInitiate() |
com.beanit.asn1bean.ber.types.BerInteger |
getOthers() |
com.beanit.asn1bean.ber.types.BerInteger |
getResource() |
com.beanit.asn1bean.ber.types.BerInteger |
getService() |
com.beanit.asn1bean.ber.types.BerInteger |
getServicePreempt() |
com.beanit.asn1bean.ber.types.BerInteger |
getTimeResolution() |
com.beanit.asn1bean.ber.types.BerInteger |
getVmdState() |
void |
setAccess(com.beanit.asn1bean.ber.types.BerInteger access) |
void |
setApplicationReference(com.beanit.asn1bean.ber.types.BerInteger applicationReference) |
void |
setCancel(com.beanit.asn1bean.ber.types.BerInteger cancel) |
void |
setConclude(com.beanit.asn1bean.ber.types.BerInteger conclude) |
void |
setDefinition(com.beanit.asn1bean.ber.types.BerInteger definition) |
void |
setFile(com.beanit.asn1bean.ber.types.BerInteger file) |
void |
setInitiate(com.beanit.asn1bean.ber.types.BerInteger initiate) |
void |
setOthers(com.beanit.asn1bean.ber.types.BerInteger others) |
void |
setResource(com.beanit.asn1bean.ber.types.BerInteger resource) |
void |
setService(com.beanit.asn1bean.ber.types.BerInteger service) |
void |
setServicePreempt(com.beanit.asn1bean.ber.types.BerInteger servicePreempt) |
void |
setTimeResolution(com.beanit.asn1bean.ber.types.BerInteger timeResolution) |
void |
setVmdState(com.beanit.asn1bean.ber.types.BerInteger vmdState) |
String |
toString() |
public com.beanit.asn1bean.ber.types.BerInteger getVmdState()
public void setVmdState(com.beanit.asn1bean.ber.types.BerInteger vmdState)
public com.beanit.asn1bean.ber.types.BerInteger getApplicationReference()
public void setApplicationReference(com.beanit.asn1bean.ber.types.BerInteger applicationReference)
public com.beanit.asn1bean.ber.types.BerInteger getDefinition()
public void setDefinition(com.beanit.asn1bean.ber.types.BerInteger definition)
public com.beanit.asn1bean.ber.types.BerInteger getResource()
public void setResource(com.beanit.asn1bean.ber.types.BerInteger resource)
public com.beanit.asn1bean.ber.types.BerInteger getService()
public void setService(com.beanit.asn1bean.ber.types.BerInteger service)
public com.beanit.asn1bean.ber.types.BerInteger getServicePreempt()
public void setServicePreempt(com.beanit.asn1bean.ber.types.BerInteger servicePreempt)
public com.beanit.asn1bean.ber.types.BerInteger getTimeResolution()
public void setTimeResolution(com.beanit.asn1bean.ber.types.BerInteger timeResolution)
public com.beanit.asn1bean.ber.types.BerInteger getAccess()
public void setAccess(com.beanit.asn1bean.ber.types.BerInteger access)
public com.beanit.asn1bean.ber.types.BerInteger getInitiate()
public void setInitiate(com.beanit.asn1bean.ber.types.BerInteger initiate)
public com.beanit.asn1bean.ber.types.BerInteger getConclude()
public void setConclude(com.beanit.asn1bean.ber.types.BerInteger conclude)
public com.beanit.asn1bean.ber.types.BerInteger getCancel()
public void setCancel(com.beanit.asn1bean.ber.types.BerInteger cancel)
public com.beanit.asn1bean.ber.types.BerInteger getFile()
public void setFile(com.beanit.asn1bean.ber.types.BerInteger file)
public com.beanit.asn1bean.ber.types.BerInteger getOthers()
public void setOthers(com.beanit.asn1bean.ber.types.BerInteger others)
public int encode(OutputStream reverseOS) throws IOException
encode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int decode(InputStream is) throws IOException
decode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int decode(InputStream is, com.beanit.asn1bean.ber.BerTag berTag) throws IOException
IOExceptionpublic void encodeAndSave(int encodingSizeGuess)
throws IOException
IOExceptionpublic void appendAsString(StringBuilder sb, int indentLevel)
Copyright © 2025. All rights reserved.